mlkit_text_recognition 0.0.4 copy "mlkit_text_recognition: ^0.0.4" to clipboard
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_recognition

This 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.4

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:mlkit_text_recognition/mlkit_text_recognition.dart';
1
likes
125
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

This flutter plugin cloned from google_ml_kit. Unlike google_ml_kit, This plugin only contain text recognition.

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on mlkit_text_recognition

Packages that implement mlkit_text_recognition