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
- Objective-C
- Swift
DSMRZScannerConfig *config = [[DSMRZScannerConfig alloc] init]; config.license = @"YOUR-LICENSE-KEY";
let config = MRZScannerConfig() config.license = "YOUR-LICENSE-KEY"