mlkit_text_recognition 0.0.4
mlkit_text_recognition: ^0.0.4 copied to clipboard
This flutter plugin cloned from google_ml_kit. Unlike google_ml_kit, This plugin only contain text recognition.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mlkit_text_recognitionThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
mlkit_text_recognition: ^0.0.4Alternatively, 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:mlkit_text_recognition/mlkit_text_recognition.dart';