flutter_image_to_text_button 1.0.0 copy "flutter_image_to_text_button: ^1.0.0" to clipboard
flutter_image_to_text_button: ^1.0.0 copied to clipboard

A Flutter package to extract text from image using OCR.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_image_to_text_button

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

dependencies:
  flutter_image_to_text_button: ^1.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_image_to_text_button/flutter_image_to_text_button.dart';
0
likes
140
points
32
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package to extract text from image using OCR.

Homepage

License

unknown (license)

Dependencies

flutter, google_mlkit_text_recognition, image_picker, path_provider

More

Packages that depend on flutter_image_to_text_button