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

Flutter scalable OCR package is a wrapper around google_mlkit_text_recognition where you can partialy select part of camera which text will be processed of.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_camera_textdetector

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

dependencies:
  flutter_camera_textdetector: ^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_camera_textdetector/flutter_camera_textdetector.dart';
7
likes
135
points
91
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter scalable OCR package is a wrapper around google_mlkit_text_recognition where you can partialy select part of camera which text will be processed of.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

camera, flutter, google_mlkit_commons, google_mlkit_text_recognition

More

Packages that depend on flutter_camera_textdetector

Packages that implement flutter_camera_textdetector