License Initialization
Get a trial license
You can request a 30-day trial license via the Request a Trial License link.
Get a Full License
Contact us to purchase a full license.
Set the License In the Code
- Java
- Kotlin
MRZScannerConfig config = new MRZScannerConfig(); config.setLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9");val config = MRZScannerConfig().apply { license = "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" }