Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/docutain/docutain-sdk-example-capacitor-ionic
This example app shows how to integrate the Docutain SDK for Capacitor
https://github.com/docutain/docutain-sdk-example-capacitor-ionic
Last synced: about 2 months ago
JSON representation
This example app shows how to integrate the Docutain SDK for Capacitor
- Host: GitHub
- URL: https://github.com/docutain/docutain-sdk-example-capacitor-ionic
- Owner: Docutain
- License: other
- Created: 2024-06-17T13:27:12.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-17T16:25:59.000Z (6 months ago)
- Last Synced: 2024-10-23T18:41:05.795Z (2 months ago)
- Language: TypeScript
- Size: 542 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docutain SDK
## Docutain SDK example app for Capacitor
This example app shows how to integrate the [Docutain SDK for Capacitor](https://sdk.Docutain.com).
## What is Docutain SDK?
The [Docutain SDK](https://SDK.docutain.com) is based on the world famous, successful document management app Docutain which is used by millions of users every month. The Docutain SDK makes it possible to integrate a high quality document scanner, text recognition (OCR), document analysis, data extraction and PDF creation functionalities into your apps. It is easy to integrate and works completely offline which ensures 100% data safety.
## Getting started
Clone the repo:
```
git clone https://github.com/Docutain/docutain-sdk-example-capacitor-ionic
cd docutain-sdk-example-capacitor-ionic
```Install the project dependencies:
```
npm install
```Run on Android
```
ionic cap run android
```Run on iOS
```
cd ios
pod install
```Open the `Docutain_SDK_Example_Capacitor.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 run ios
```## Documentation of the Docutain SDK
- [Developer Guide](https://docs.docutain.com/docs/capacitor/intro)
## 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](https://sdk.docutain.com/TrialLicense?Source=4587785) to generate a trial license key.
If you need technical support of any kind, please contact us via [[email protected]](mailto:[email protected]).