https://github.com/docutain/docutain-sdk-example-flutter
Sample project showing how to integrate the Docutain Document Scanner SDK into a Flutter application.
https://github.com/docutain/docutain-sdk-example-flutter
data-capture dataextraction document-recognition document-rectification document-scanner documentscanner flutter flutter-sdk image-filter image-processing ocr ocr-recognition pdf scan scan-tool scanner scanners scanning sdk textrecognition
Last synced: about 13 hours ago
JSON representation
Sample project showing how to integrate the Docutain Document Scanner SDK into a Flutter application.
- Host: GitHub
- URL: https://github.com/docutain/docutain-sdk-example-flutter
- Owner: Docutain
- Created: 2023-09-14T16:18:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T18:16:33.000Z (over 1 year ago)
- Last Synced: 2025-04-07T17:41:20.430Z (10 months ago)
- Topics: data-capture, dataextraction, document-recognition, document-rectification, document-scanner, documentscanner, flutter, flutter-sdk, image-filter, image-processing, ocr, ocr-recognition, pdf, scan, scan-tool, scanner, scanners, scanning, sdk, textrecognition
- Language: Dart
- Homepage: https://sdk.docutain.com
- Size: 102 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docutain SDK
## Docutain SDK example app for Flutter
This example app shows how to integrate the [Docutain SDK for Flutter](https://sdk.Docutain.com).
## What is Docutain SDK?
The [Docutain SDK](https://sdk.Docutain.com) 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:
- [Document Scanner SDK](https://sdk.Docutain.com/document-scanner-sdk)
- [OCR SDK for text recognition](https://sdk.Docutain.com/data-capture-sdk)
- [Data Capture and Extraction SDK](https://sdk.Docutain.com/data-capture-sdk)
- [Photo Payment SDK](https://sdk.Docutain.com/fotoueberweisung)
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](https://sdk.docutain.com/#Test).
Check out our blog articles on [How to create a Flutter Document Scanner](https://sdk.docutain.com/blogartikel/how-to-create-a-flutter-document-scanner) and [How to create a Flutter Plugin from scratch](https://sdk.docutain.com/blogartikel/how-to-create-a-flutter-plugin-from-scratch).
## Getting started
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
```
**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.
## Documentation of the Docutain SDK
- [Developer Guide](https://docs.docutain.com/docs/Flutter/intro)
## License and Support
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](https://sdk.docutain.com/TrialLicense?Source=3932424) to generate a trial license key.
If you need technical support of any kind, please contact us via [support.sdk@Docutain.com](mailto:support.sdk@Docutain.com).