ocr_scan_text 1.3.1 copy "ocr_scan_text: ^1.3.1" to clipboard
ocr_scan_text: ^1.3.1 copied to clipboard

OCR Scan Text is a wrapper around the "Google ML kit Text Recognition" library.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ocr_scan_text

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

dependencies:
  ocr_scan_text: ^1.3.1

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:ocr_scan_text/ocr_scan_text.dart';
37
likes
140
points
188
downloads

Publisher

unverified uploader

Weekly Downloads

OCR Scan Text is a wrapper around the "Google ML kit Text Recognition" library.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

camera, file_picker, flutter, google_mlkit_text_recognition, image, image_picker, path, path_provider, pdf_render, plugin_platform_interface

More

Packages that depend on ocr_scan_text