MrzProcessingParams Object (IMrzProcessingParams Interface)
This object provides access to parameters of the machine-readable zone (MRZ) extraction.
Properties
Name | Type | Description |
---|---|---|
Application | Engine, read-only | Returns the Engine object. |
Format | MrzFormatEnum |
Specifies the MRZ format by the MRZ standards. The default value is MF_Auto. |
MinMrzLineLength | int |
Specifies the minimum allowed length of the MRZ line. This property is relevant for cropped or low-quality images where the part of the MRZ line or lines is lost. It is in the range from 1 to 44. The default value is 28. |
Input parameter
This object is passed as an input parameter to the ExtractMrz method of the FRPage object.
Output parameter
This object is the output parameter of the CreateMrzProcessingParams method of the Engine object.
See also
7/3/2024 8:50:25 AM