From 44da359209a9c8bd8fd95b1d1b265868b8f87e9c Mon Sep 17 00:00:00 2001 From: Guillaume Gigaud Date: Mon, 22 Jul 2024 15:34:09 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c4b01b4..ef7ca57 100644 --- a/README.md +++ b/README.md @@ -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 @@ -18,6 +14,8 @@ 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 @@ -25,8 +23,11 @@ These sample scanning applications demonstrate the capability of the [Genius Sca - 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 @@ -34,9 +35,9 @@ 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 a 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). From ab17408263a44e6df13c12a7b868a4d103729331 Mon Sep 17 00:00:00 2001 From: Guillaume Gigaud Date: Mon, 22 Jul 2024 15:50:17 +0200 Subject: [PATCH 2/2] Update README.md Co-authored-by: Bruno Virlet --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef7ca57..10d1ea7 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Please refer to the README of each application directory for instructions. ### 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 for only 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).