text_recognition_camera 0.0.2 copy "text_recognition_camera: ^0.0.2" to clipboard
text_recognition_camera: ^0.0.2 copied to clipboard

A Flutter library for text recognition using device camera and Google ML Kit with pattern matching support.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add text_recognition_camera

With Flutter:

 $ flutter pub add text_recognition_camera

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

dependencies:
  text_recognition_camera: ^0.0.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:text_recognition_camera/text_recognition_camera.dart';
0
likes
0
points
35
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter library for text recognition using device camera and Google ML Kit with pattern matching support.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, google_mlkit_text_recognition, image_picker

More

Packages that depend on text_recognition_camera