tesseract 0.0.5 copy "tesseract: ^0.0.5" to clipboard
tesseract: ^0.0.5 copied to clipboard

outdated

A flutter plugin for tesseract based on Android Tesseract and IOS SiwftyTesseract. It has unicode (UTF-8) support, and can recognize more than 100 languages.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tesseract

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

dependencies:
  tesseract: ^0.0.5

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:tesseract/tesseract.dart';
2
likes
0
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter plugin for tesseract based on Android Tesseract and IOS SiwftyTesseract. It has unicode (UTF-8) support, and can recognize more than 100 languages.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, path, path_provider

More

Packages that depend on tesseract

Packages that implement tesseract