Skip to content

Docutain/docutain-sdk-example-cordova-promisify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docutain SDK

Docutain SDK example app for Cordova

This example app shows how to integrate the Docutain SDK for Cordova.

What is Docutain SDK?

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.

Getting started

Clone the repo:

git clone https://github.com/Docutain/docutain-sdk-example-cordova
cd docutain-sdk-example-cordova

Install the project dependencies:

npm install

Build on Android

cordova platform add android
cordova requirements
cordova build android

Run on Android

cordova run android --device

Build on iOS

cordova platform add iOS
cordova requirements
cordova build iOS

Run on iOS

cd ios
pod install

Open the Docutain_SDK_Example_Cordova.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.

cordova run iOS --device

Documentation of the Docutain SDK

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 to generate a trial license key.

If you need technical support of any kind, please contact us via [email protected].

About

Sample project showing how to integrate the Docutain Document Scanner SDK into a Cordova application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published