Follow the prerequisites and steps below to integrate the SDKs with your app.
Prerequisites
These are the framework you must have before starting to use OCRLabs SDKs:
- Visual Studio Community 8.1 or later
- Minimum Android SDK version: 8
- The latest SDK files (version 3.6.1503.2022) and Code Sample App from your Account Manager
Each DLL is for a specific use case:
- OrbitMedicareBinding.Droid.dll is used for Medicare cards.
- OrbitANZBinding.Droid.dll is used for all other identification, such as driver license.
- OrbitMrzBinding.Droid.dll is used for the passports.
SDK and Sample Code Installation
First, download the SDK which contains .dll
files from your Account Manager. After downloading the SDKs and the sample codes, follow these steps below:
Step 1: Copy the .dll
Files
.dll
FilesCopy all the .dll
files in the SDK you downloaded to the Droid/References
folder.


Copy the Dll Files
Step 2: Open the Xamarin project
Open the developer tool, and select the folder where you store your Android Xamarin project.
Step 3: Add the References
Right-click on References
of the Android project and select 'Add References..'


The Copy Results
Input all the .dll
files.


Add the Reference
Step 4: Import the OrbitSDK classes
Before importing the OrbitSDK classes, you must introduce the following import statement:
using Com.Ocrlabs.Orbit.Mrz;
using Com.Ocrlabs.Orbitsdk;
using Com.Ocrlabs.Orbitmedicare;
using CCDriverLicense = Com.Ocrlabs.Orbitsdk.CContext;
using CCMedicare = Com.Ocrlabs.Orbitmedicare.CContext;
💬 We're here to help!
If you encounter an issue, a bug, or require assistance, please contact our support page here to find the solution. Don't forget to provide any important information on the issue.