dot_document 0.2.0
dot_document: ^0.2.0 copied to clipboard
A Flutter plugin, as a part of Innovatrics DOT Flutter SDK, that provides components for document capture and related functionalities for a Flutter project.
DOT Document #
A Flutter plugin, as a part of Innovatrics DOT Flutter SDK, that provides components for document capture and related functionalities which are easy to integrate into a Flutter project.
Get Started #
- Check the requirements, get a license file, setup your project and see the example. Read the DOT SDK / Get Started topic.
- See how to initialize and deinitialize DOT SDK.
- Use the components. See the next section.
Components #
Overview #
DOT Document plugin provides UI components. These are available as widgets and can be added to your widget tree.
List of UI Components (Widgets)
- Document Auto Capture: A visual component for capturing good quality images suitable for optical character recognition. See
DocumentAutoCaptureWidgetfor more details.