mlkit_document_scanner 0.0.1 mlkit_document_scanner: ^0.0.1 copied to clipboard
Flutter plugin bringing MLKit Document Scanner to Flutter
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.