ALUniversalIDField Class Reference

Inherits from NSObject
Declared in ALPluginConfig.h

Overview

Configures scanning options for ID fields in order to fine-tune the ID scanner.

  minConfidence

Set the minConfidence which has to be reached in order to trigger a scan result. The value has to be between 0 and 100. Defaults to 60.

@property (nonatomic, nullable, strong) NSNumber *minConfidence

Declared In

ALPluginConfig.h

  scanOption

The scanOption determines whether a field is considered optional, mandatory, disabled or follows a default behavior. Default behavior is one of the other three that yields the best recall results with all layouts enabled.

@property (nonatomic, nullable, assign) ALMrzScanOption *scanOption

Declared In

ALPluginConfig.h