Skip to content

ghoedev/DocumentReader-Android

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

119 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Regula Document Reader (Android 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 a simple application that demonstrates the API calls you can use to interact with the Document Reader Library.

Content

How to build the demo application

  1. Visit licensing.regulaforensics.com to get a trial license (regula.license file). The license creation wizard will guide you through the necessary steps.
  2. Download or clone the current repository using the command git clone https://github.com/regulaforensics/DocumentReader-Android.git.
  3. Repository structure and steps to build the projects:
    1. Advanced folder contains the advanced sample project with almost all available features. To build it, do the following steps:

      1. Go to the Advanced folder. There you will find the project written in Kotlin.
      2. Copy the license file to the project: Advanced/DocumentReader-Kotlin/app/src/main/res/raw/.
      3. Open the project in an IDE.
      4. Change the application ID to the one you have specified during the registration at licensing.regulaforensics.com.
      5. Run the project.
    2. Basic folder contains the basic sample project with only main features. To build it, do the following steps:

      1. Go to the Basic folder. There you will two projects: one is written in Kotlin, another in Java.
      2. Copy the license file to the project: Basic/DocumentReader-sample/app/src/main/res/raw/ or Basic/DocumentReader-sample_kotlin/app/src/main/res/raw/.
      3. Open the project in an IDE.
      4. Change the application ID to the one you have specified during the registration at licensing.regulaforensics.com.
      5. Run the project.

Troubleshooting license issues

If you have issues with license verification when running the application, please verify that next is true:

  1. The OS, which you use, is specified in the license (Android).
  2. The application ID, which you use, is specified in the license.
  3. The license is valid (not expired).
  4. The date and time on the device, where you run the application, are valid.
  5. You use the latest release version of the Document Reader SDK.
  6. You placed the license into the project.

Documentation

The documentation on the SDK can be found here.

Additional information

If you have any technical questions or suggestions, feel free to contact us or create an issue here.

To use our SDK in your own app you have to purchase a commercial license.

About

Android Framework for reading and validation of identification documents

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors