Start developing for Android
IDV Toolkit provides Android developers with four libraries. This allows the developers to choose only the libraries needed for the project’s use case. This helps keeping the application small. The libraries are:
Android Document provides photo auto capture component for document scanning.
Android Face provides selfie photo auto capture component, as well as on-device passive liveness and verification.
Android Face Lite provides only selfie photo auto capture component with small footprint.
Android NFC provides reading of data from RFID chip equipped documents.
Android Palm provides photo auto capture component for palms.
Library | Size | Permission |
---|---|---|
Android Document | ~1.5 MB | android.permission.CAMERA |
Android Face | ~20 MB | android.permission.CAMERA |
Android Face Lite | ~1.5 MB | android.permission.CAMERA |
Android NFC | ~200 kB | android.permission.NFC |
Android Palm | ~1.6 MB | android.permission.CAMERA |
Distribution
The libraries are distributed as an .aar package stored in the Innovatrics public Maven repository. Please see the respective documentation of each library for download links.
Licensing
The following license agreement applies for all the mobile components.
The libraries need a license activation file. Please contact Innovatrics to obtain the license file. Activation of the license is described here.
Samples
Source codes of a sample project showcasing all the Android functionality can be downloaded here.