Table of contents

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
  1. MRZScannerConfig config = new MRZScannerConfig();
    config.setLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9");
    
  2. val config = MRZScannerConfig().apply {
       license = "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9"
    }
    

This page is compatible for: