Optional
source: DeepPartial<MrzScannerConfiguration>Enable MRZ detection. If disabled, the scanner skips the detection step and assumes that the input image is a crop of the MRZ area.
true;
Configure the frame accumulation process.
new AccumulatedResultsVerifierConfiguration({});
Defines how to handle incomplete MRZ results (e.g. caused by failed validation).
"REJECT";
If true, crops of the detected MRZ and its fields will be returned in the result.
false;
Generated using TypeDoc
Configuration for MRZ scanner.