Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/docutain/docutain-sdk-example-react-native
Sample project showing how to integrate the Docutain Document Scanner SDK into a React Native application.
https://github.com/docutain/docutain-sdk-example-react-native
android data-capture dataextraction document-recognition document-rectification document-scanner documentscanner image-filter image-processing ios ocr ocr-recognition react-native recognition scan scan-tool scanner scanning sdk textrecognition
Last synced: about 2 months ago
JSON representation
Sample project showing how to integrate the Docutain Document Scanner SDK into a React Native application.
- Host: GitHub
- URL: https://github.com/docutain/docutain-sdk-example-react-native
- Owner: Docutain
- Created: 2023-07-13T13:27:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-09T15:30:48.000Z (4 months ago)
- Last Synced: 2024-09-09T19:15:03.862Z (4 months ago)
- Topics: android, data-capture, dataextraction, document-recognition, document-rectification, document-scanner, documentscanner, image-filter, image-processing, ios, ocr, ocr-recognition, react-native, recognition, scan, scan-tool, scanner, scanning, sdk, textrecognition
- Language: TypeScript
- Homepage: https://sdk.docutain.com
- Size: 585 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docutain SDK
## Docutain SDK example app for React Native
This example app shows how to integrate the [Docutain SDK for React Native](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.
Check out our blog article on [How to create a React Native Document Scanner](https://sdk.docutain.com/blogartikel/how-to-create-a-react-native-document-scanner).
## Getting started
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
```## Documentation of the Docutain SDK
- [Developer Guide](https://docs.docutain.com/docs/react-native/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=2621703) to generate a trial license key.
If you need technical support of any kind, please contact us via [[email protected]](mailto:[email protected]).