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

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.8

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
120
pub points
46%
popularity

Publisher

unverified uploader

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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, path_provider

More

Packages that depend on tesseract