This example app shows how to integrate the Docutain SDK for Flutter.
The Docutain SDK brings functionalities for automatic document scanning, data capture, image processing, OCR text recognition, intelligent data extraction, PDF creation and photo payment to your apps.
It works 100% offline, which ensures maximum data safety.
It contains individually licensable modules:
For more details visit our website https://sdk.Docutain.com
If you like to test the functionality without writing any lines of code, check out our Showcase Apps.
Check out our blog articles on How to create a Flutter Document Scanner and How to create a Flutter Plugin from scratch.
Clone the repo:
git clone https://github.com/Docutain/docutain-sdk-example-flutter
cd docutain-sdk-example-flutter
Install the project dependencies:
flutter pub get
Run on Android
Connect a device via USB and run the following to get the device ID:
flutter devices
Run the app on the selected device:
flutter run -d <DEVICE_ID>
Run on iOS
Install dependencies:
cd ios
pod update
Open the Runner.xcworkspace
file from the iOS folder with Xcode.
Set your provisioning and signing settings.
Build and run the app in Xcode.
The Docutain SDK is a commercial product and requires a paid license for production use. In order to get a trial license, please visit our website via https://sdk.docutain.com/TrialLicense to generate a trial license key.
If you need technical support of any kind, please contact us via support.sdk@Docutain.com.