flutter_scalable_ocr 2.0.0 copy "flutter_scalable_ocr: ^2.0.0" to clipboard
flutter_scalable_ocr: ^2.0.0 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_scalable_ocr

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

dependencies:
  flutter_scalable_ocr: ^2.0.0

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_scalable_ocr/flutter_scalable_ocr.dart';
81
likes
130
pub points
91%
popularity

Publisher

verified publisherqedcode.io

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

camera, flutter, google_mlkit_commons, google_mlkit_text_recognition

More

Packages that depend on flutter_scalable_ocr