Table of contents

License Initialization

A license key is required to use the MRZ Scanner. Follow the steps below to obtain and configure one.

Get a Trial License

You can request a 30-day trial license via the Trial License portal.

Get a Full License

Contact us to purchase a full license.

Set the License in the Code

Set the license key on MRZScannerConfig before launching the scanner.

  • Objective-C
  • Swift
  1. DSMRZScannerConfig *config = [[DSMRZScannerConfig alloc] init];
    config.license = @"YOUR-LICENSE-KEY";
    
  2. let config = MRZScannerConfig()
    config.license = "YOUR-LICENSE-KEY"
    

This page is compatible for: