flutter_scalable_ocr 2.2.0 flutter_scalable_ocr: ^2.2.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.2.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';