Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-02T17:57:30.000Z (5 months ago)
- Last Synced: 2024-08-03T17:36:03.403Z (5 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: 85.9 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 brings functionalities for automatic document scanning, text recognition (OCR), intelligent data extraction and PDF creation to your apps.
It works 100% offline which ensures maximum data safety.
It contains modules which are individually licensable.
For more details visit our website https://sdk.Docutain.com
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 [[email protected]](mailto:[email protected]).