This example app shows how to integrate the Docutain SDK for React Native.
The Docutain SDK 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:
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.
Check out our blog article on How to create a React Native Document Scanner.
Clone the repo:
git clone https://github.com/Docutain/docutain-sdk-example-react-native cd docutain-sdk-example-react-native Install the project dependencies:
npm install Run on Android
npx react-native run-android Run on iOS
cd ios pod install Open the Docutain_SDK_Example_React_Native.xcworkspace file from the iOS folder with Xcode.
Set your provisioning and signing settings.
Run the app either in Xcode or via the following command.
npx react-native run-ios 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 to generate a trial license key.
If you need technical support of any kind, please contact us via support.sdk@Docutain.com.