DocumentReader-iOS
DocumentReader-iOS copied to clipboard
iOS Framework for reading and validation of identification documents
Regula Document Reader SDK (iOS version)
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.
You can use native camera to scan the documents or image from gallery for extract all data from it.
We have provided sample projects that demonstrate the API calls you can use to interact with the Document Reader library.
Content
- How to build demo application
- Troubleshooting license issues
- Documentation
- Additional information
How to build demo application
- Visit client.regulaforensics.com to get a trial license (
regula.license
file). The license creation wizard will guide you through the necessary steps. - Download or clone the current repository using the command
git clone https://github.com/regulaforensics/DocumentReader-iOS.git
. - Repository structure and steps to build the projects:
-
Advanced
folder contains the advanced sample project with almost all available features. To build it, do the following steps:- Go to the
Advanced
folder. There you will find the project written in Swift. - Go to the project folder.
- Install Pods: open Terminal within the root project folder and run
pod install
command. - Copy the license file to the project:
Advanced/DocumentReader-Swift/DocumentReader-Swift
. - Open the project in Xcode (
DocumentReader-Swift.xcworkspace
file). - Run the project.
- Go to the
-
Basic
folder contains the basic sample project with only main features. To build it, do the following steps:- Go to the
Basic
folder. There you will two projects: one is written in Swift, another in Objective-C. - Go to the project folder:
DocumentReaderObjectiveC-sample
orDocumentReaderSwift-sample
. - Install Pods: open Terminal within the root project folder and run
pod install
command. - Copy the license file to the project:
Basic/DocumentReaderObjectiveC-sample/DocumentReaderObjectiveC-sample
orBasic/DocumentReaderSwift-sample/DocumentReaderSwift-sample
. - Open the project in Xcode (
DocumentReaderObjectiveC-sample.xcworkspace
orDocumentReaderSwift-sample.xcworkspace
file). - Run the project.
- Go to the
-
Troubleshooting license issues
If you have issues with license verification when running the application, please verify that next is true:
- The OS, which you use, is specified in the license (iOS).
- The license is valid (not expired).
- The date and time on the device, where you run the application, are valid.
- You use the latest release version of the Document Reader SDK.
- You placed the license into the correct folder.
Documentation
You can find documentation on API here.
Additional information
If you have any technical questions, feel free to contact us or create issue here.
To use our SDK in your own app you need to purchase a commercial license.