flutter_ai_scanner 2.0.1 copy "flutter_ai_scanner: ^2.0.1" to clipboard
flutter_ai_scanner: ^2.0.1 copied to clipboard

AI-powered flutter package for document and image scanning with fast, accurate text recognition and OCR using Openai.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_ai_scanner

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_ai_scanner: ^2.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_ai_scanner/flutter_ai_scanner.dart';
6
likes
130
points
50
downloads

Publisher

unverified uploader

Weekly Downloads

AI-powered flutter package for document and image scanning with fast, accurate text recognition and OCR using Openai.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, http

More

Packages that depend on flutter_ai_scanner