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

Flutter plugin bringing MLKit Document Scanner to Flutter. Available only for Android.

MLKit Document Scanner #

Flutter plugin bringing MLKit Document Scanner to Flutter. Currently only available on Android.

Heavy work in progress.

Usage #

From the usage point of view, this plugin is very simple. Simply create an instance:

final mlkitDocumentScannerPlugin = MlkitDocumentScannerPlugin();

and call the startDocumentScanner method. Refer to API documentation to learn more about its parameters.

Data that comes back is a binary stream of PDF data. You can observe it using the scanResults stream.

4
likes
0
pub points
59%
popularity

Publisher

unverified uploader

Flutter plugin bringing MLKit Document Scanner to Flutter. Available only for Android.

Repository (GitHub)
View/report issues

Topics

#machine-learning #mlkit #document-scanner

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on mlkit_document_scanner