Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md with .NET demo app and more features #91

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ Genius Scan SDK demo applications

# Description

These sample scanning applications demonstrate the capability of the [Genius Scan SDK](https://geniusscansdk.com) and how you can integrate it into your iOS, Android, Cordova, React Native and Flutter applications.

**Developing an iOS application?**

>Request a demo from [our website](https://geniusscansdk.com) to obtain a package containing the native iOS SDK (Objective-C libraries).
These sample scanning applications demonstrate the capability of the [Genius Scan SDK](https://geniusscansdk.com) and how you can integrate it into your iOS, Android, Cordova, React Native, Flutter and .NET MAUI applications.

# Content

Expand All @@ -18,25 +14,30 @@ These sample scanning applications demonstrate the capability of the [Genius Sca
- [React Native demo](./react-native-genius-scan-demo/README.md), which uses the [Genius Scan React Native component](https://www.npmjs.com/package/@thegrizzlylabs/react-native-genius-scan)
- [Cordova demo](./cordova-plugin-genius-scan-demo/README.md), which uses the [Genius Scan SDK Cordova plugin](https://www.npmjs.com/package/@thegrizzlylabs/cordova-plugin-genius-scan)
- [Flutter demo](./flutter-plugin-genius-scan-demo/README.md), which uses the [Genius Scan SDK Flutter plugin](https://pub.dev/packages/flutter_genius_scan)
- [.NET MAUI demo](./dotnet-maui), which uses the Genius Scan SDK [.NET Android plugin](https://www.nuget.org/packages/GeniusScanSDK.ScanFlow.Android) and [.NET iOS plugin](https://www.nuget.org/packages/GeniusScanSDK.ScanFlow.iOS)
- [Xamarin demo](./xamarin), which shows how to use the Genius Scan SDK in a Xamarin app, but which is not maintained anymore

# Features

- Scanning from the device camera and from existing pictures
- Automatic document detection in real-time
- Auto-trigger to capture document upon detection
- Document perspective correction
- Image enhancement with 4 different modes (Black & white, Color, Photo and Monochrome)
- PDF generation and sharing with password protection
- Image enhancement with various filters (Black & white, Color, Photo, Monochrome…)
- Distortion correction
- Text recognition
- Multi-page PDF and TIFF generation
- Structured data extraction from receipts, business cards, bank details…

# Installation

Please refer to the README of each application directory for instructions.

# FAQ

### Why does the application crash or stop working after some time?
### Why does the application stop working after some time?

The demo apps are provided in trial mode – i.e without a license key – so the SDK runs only for a minute.
The demo apps are provided in trial mode – i.e without a license key – so the SDK runs for only one minute.

To test the document scanner without this time limit, request a free, 30-day Evaluation License for your own application identifier on [our website](https://geniusscansdk.com).

Expand Down
Loading