Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doo/scanbot-sdk-example-flutter
Integrate the Flutter Document Scanner SDK from Scanbot SDK into your project
https://github.com/doo/scanbot-sdk-example-flutter
android cross cross-platform document filter flutter image ios library mrz ocr plugin processing scanner scanning sdk
Last synced: 4 days ago
JSON representation
Integrate the Flutter Document Scanner SDK from Scanbot SDK into your project
- Host: GitHub
- URL: https://github.com/doo/scanbot-sdk-example-flutter
- Owner: doo
- Created: 2019-11-05T16:53:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T12:40:35.000Z (3 months ago)
- Last Synced: 2024-10-21T14:17:30.791Z (3 months ago)
- Topics: android, cross, cross-platform, document, filter, flutter, image, ios, library, mrz, ocr, plugin, processing, scanner, scanning, sdk
- Language: Dart
- Homepage: https://scanbot.io/developer/flutter-document-scanner/
- Size: 7.34 MB
- Stars: 95
- Watchers: 11
- Forks: 27
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scanbot Barcode & Document Scanning Example App for Flutter
This example app shows how to integrate the [Scanbot Barcode Scanner SDK](https://scanbot.io/developer/flutter-barcode-scanner/), [Scanbot Document Scanner SDK](https://scanbot.io/developer/flutter-document-scanner/), and [Scanbot Data Capture SDK](https://scanbot.io/developer/flutter-data-capture/) for Flutter.
## What is the Scanbot SDK?
The Scanbot SDK lets you integrate barcode & document scanning, as well as data extraction functionalities, into your mobile apps and website. It contains different modules that are licensable for an annual fixed price. For more details, visit our website https://scanbot.io.
## Trial License
The Scanbot SDK will run without a license for one minute per session!
After the trial period has expired, all SDK functions and UI components will stop working. You have to restart the app to get another one-minute trial period.
To try the Scanbot SDK without a one-minute limit, you can get a free βno-strings-attachedβ trial license. Please submit the [Trial License Form](https://scanbot.io/trial/) on our website.
## Free Developer Support
We provide free "no-strings-attached" developer support for the implementation & testing of the Scanbot SDK.
If you encounter technical issues with integrating the Scanbot SDK or need advice on choosing the appropriate
framework or features, please visit our [Support Page](https://docs.scanbot.io/support/).## Documentation
π [Scanbot SDK documentation](https://docs.scanbot.io/document-scanner-sdk/flutter/introduction/)## How to run this app
Install [Flutter](https://flutter.dev) and all required dev tools.
Fetch this repository and navigate to the project directory.
```
cd scanbot-sdk-example-flutter/
```Fetch and install the dependencies of this example project via Flutter CLI:
```
flutter pub get
```Connect a mobile device via USB and run the app.
**Android:**
```
flutter run -d
```You can get the IDs of all connected devices via `flutter devices`.
**iOS:**
Install Pods dependencies:
```
chmod +x clean-ios.sh
./clean-ios.sh
```Open the **workspace**(!) `ios/Runner.xcworkspace` in Xcode and adjust the *Signing / Developer Account* settings.
Then build and run the app in Xcode.