Class MrzFallbackConfiguration

MRZ fallback configuration element. This configuration element does not enable the scanning of any document types by itself. Add to extractor configuration to enable recognizing the MRZ only, specifically for documents that are otherwise not supported. Note that this may enable scanning of documents that were not enabled through the accepted document types.

Hierarchy

Constructors

Properties

_type: "MRZFallbackConfiguration"
acceptedCountries: string[]

List of ISO 3166-1 alpha-3 country codes for which the MRZ fallback is enabled. (e.g. "DEU" for Germany).

Default Value

[];
acceptedMRZTypes: MrzDocumentType[]

List of MRZ document types for which MRZ fallback is enabled.

Default Value

[];

Generated using TypeDoc