Defines how to handle incomplete MRZ results (e.g. caused by failed validation).
ACCEPT
REJECT
Generated using TypeDoc
Defines how to handle incomplete MRZ results (e.g. caused by failed validation).
ACCEPT
: Accept incomplete results. Fields failing validation will have a validation status of INVALID. Typically used for single-shot scanning.REJECT
: Reject incomplete results. If any fields are missing or fail validation, the result document will be empty. Typically used for live scanning.