You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regula Document Reader SDK allows you to read various kinds of identification documents, passports, driving licenses, ID cards, etc. All processing is performed completely _**offline**_ on your device. No any data leaving your device.
3
4
4
5
You can use native camera to scan the documents or image from gallery for extract all data from it.
5
6
6
7
This repository contains the source code of the Document Reader API, and the sample application that demonstrates the _**API**_ calls you can use to interact with the Document Reader library.
7
8
8
-
# Contents
9
-
*[How to build demo application](#how-to-build-demo-application)
1. Visit [client.regulaforensics.com](https://client.regulaforensics.com) to get a trial license (`regula.license` file). The license creation wizard will guide you through the necessary steps.
16
-
2. Download or clone this repository using the command `git clone https://github.com/regulaforensics/react-native-document-reader.git`.
17
-
3. Run the following commands in Terminal:
18
-
```bash
19
-
$ cd example
20
-
$ npm install
21
-
$ cd ios
22
-
$ pod install
23
-
```
24
-
25
-
**Note**: make sure that Metro Bundler is running when you run your app. Otherwise, run `npx react-native start` command. If it fails to start, run `git init` from Project root, then `npx react-native start`.
26
-
27
-
4. Android:
28
-
* Copy the `regula.license` file to the `example/android/app/src/main/assets` folder.
29
-
* Run `npx react-native run-android` inside `example` folder - this is just one way to run the app. You can also run it directly from within Android Studio. **Note**: `npx react-native log-android` is used to view logs.
30
-
31
-
**Note**: if the running failed with the following error `Error: spawn ./gradlew EACCES`, try to run the following command `chmod +x gradlew` within the `example/android` directory.
32
-
33
-
5. iOS:
34
-
* Copy the `regula.license` file to the `example/ios/DocumentReader` folder.
35
-
* Run `npx react-native run-ios` inside `example` folder - this is just one way to run the app. You can also run it directly from within Xcode.
36
-
37
-
### Troubleshooting license issues
38
-
If you have issues with license verification when running the application, please verify that next is true:
39
-
1. The OS, which you use, is specified in the license (e.g., Android and/or iOS).
40
-
3. The license is valid (not expired).
41
-
4. The date and time on the device, where you run the application, are valid.
42
-
5. You use the latest release version of the Document Reader SDK.
43
-
6. You placed the `license` into the correct folder as described [here](#how-to-build-demo-application).
44
-
45
9
## Documentation
46
-
You can find documentation on API [here](https://docs.regulaforensics.com/develop/doc-reader-sdk/mobile/react-native).
47
10
48
-
## Additional information
49
-
If you have any technical questions, feel free to [contact](mailto:react.support@regulaforensics.com) us or create issue [here](https://github.com/regulaforensics/react-native-document-reader/issues).
11
+
You can find documentation [here](https://docs.regulaforensics.com/develop/doc-reader-sdk/mobile/react-native).
12
+
13
+
## License
14
+
15
+
To obtaining the production license or other purchasing information, please [submit an inquiry](https://regulaforensics.com/talk-to-an-expert) and our sales team will contact you shortly.
16
+
17
+
## Support
50
18
51
-
To use our SDK in your own app you need to [purchase](https://pipedrivewebforms.com/form/394a3706041290a04fbd0d18e7d7810f1841159) a commercial license.
19
+
Please do not hesitate to [contact us](https://support.regulaforensics.com/hc/requests/new), if you need any assistance or want to report a bug / suggest an improvement.
0 commit comments