Skip to content

Latest commit

 

History

History

README.md

Auto Mode Online Processing Sample Project (Android)

Overview

Sample project in Kotlin, demonstrating the Document Reader SDK setup for Online Processing in the Auto Mode. In this mode, the document processing is performed both on the mobile side and on the Web API service.

So the mobile application needs to be initialized with the dedicated license.

Installation

  1. Download or clone the current repository using the command git clone https://github.com/regulaforensics/DocumentReader-Android.git.
  2. Open the OnlineProcessing-With-License-Kotlin project in an IDE.
  3. Add license and database files to the project:
    • Visit Regula Client Portal to get a trial license (regula.license file). The license creation wizard will guide you through the necessary steps.
    • Copy the license file to the project: OnlineProcessing/OnlineProcessing-With-License-Kotlin/app/src/main/res/raw/
    • Copy the database file db.dat from Regula Client Portal to the project: OnlineProcessing/OnlineProcessing-With-License-Kotlin/app/src/main/assets/Regula/
  4. Change the application ID to the one you have specified during the registration at Regula Client Portal.
  5. Run the project.

Note: Android Gradle plugin requires Java 11 to run.

Troubleshooting

If you have issues with the license verification when running the application, check the following:

  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 as described in the Installation section.

Documentation

Document Reader SDK Mobile Documentation

Demo Application

Regula Document Reader Android Demo Application on Google Play

Technical Support

To submit a request to the Support Team, visit Regula Help Center.

Business Enquiries

To discuss business opportunities, fill the Enquiry Form and specify your scenarios, applications, and technical requirements.