IDSDK - Android

ID Document Recognition Android SDK

  • Our SDK is fully on-premise, processing all happens on hosting server and no data leaves your server.

  • 14,000+ document templates covering IDs issued in 250+ countries and territories.

  • Support of 140+ languages and special characters via sophisticated neural networks.

Introduction

Welcome to the MiniAiLive ID Document Recognition SDK! This SDK provides powerful tools for recognizing and extracting information from ID documents. The SDK is available for both Windows and Linux platforms and includes an API for integration.

Reduce drop-off and boost conversions with ID scanning and verification solutions. Quickly and securely capture, extract, and verify data from diverse ID cards, passports, driver’s licenses, and other documents with our proven, AI-first approach. Designed to fit seamlessly together, our technology can be integrated as a fully-bundled identity document verification solution or as separate modules via developer-friendly mobile or server SDK. Try it out today!

Key Features

  • Document Capture

  • Visual Analysis and OCR

  • Automated Document Type Detection

  • Accurate Visual Zone Verification

  • Barcode Recognition

  • Fully offline, On-Premise SDK

How to build

Prerequisites

  • Android 5.0 (API level 21) OS or newer

  • RAM 256 MB or more

  • Android Studio 4.0 IDE or later

Download SDK

We provide Android demo project with our ID Document Recognition Android SDK. Please contact us to get demo project.

Note: Current demo application ID is "com.miniai.idcardrecognition". If you want to use your own application ID with our SDK, then you need to provide your application ID to us, then we will provide you trial license for your app ID.

If you need to use our SDK on your existing application, please add dependency to your build.gradle

implementation files('libs/miniai_id.aar')

You can download our MiniAiLive android lib file here : miniai_id.aar

Initializing SDK

To begin, you need to activate the SDK using the license that you have received.

val ret = FaceSDK.getInstance().init(assets)
        if(ret != FaceSDK.SDK_SUCCESS) {
            Log.i("SYSTEM Log : ", ret.toString())
        }

If activation is successful, the return value will be SDK_SUCCESS. Otherwise, an error value will be returned. If all good, you can build and run app successfully.

Get it on Google Driver

Youtube - Demo Video

Face & IDSDK Online Demo, Resources

Our Products

Request license

Feel free to Contact US to get a trial License. We are 24/7 online on WhatsApp: +19162702374.

Last updated