Document Reader allows you to read various kinds of identification documents, passports, driving licenses, ID cards, etc. All processing is performed completely offline on your device.
- Get the trial license at client.regulaforensics.com. The license creation wizard will guide you through the necessary steps.
- Get the trial database at client.regulaforensics.com/customer/databases.
- Clone current repository:
git clone https://github.com/regulaforensics/Xamarin-DocumentReader.git
. - Place the license at
Resources/Raw/regula.license
. - Place the database at
Platforms/Android/Assets/Regula/db.dat
andResources/Raw/db.dat
. - Open the project and run it.
You can find documentation on API here.
If you have any technical questions, feel free to contact us or create issues here.
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 (e.g., Android and/or 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.