Mrz Fallback Configuration
data class MrzFallbackConfiguration(var acceptedCountries: List<String> = listOf( ), var acceptedMRZTypes: List<MrzDocumentType> = listOf( )) : DocumentDataExtractorConfigurationElement, Parcelable
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.
Constructors
Link copied to clipboard
constructor(acceptedCountries: List<String> = listOf( ), acceptedMRZTypes: List<MrzDocumentType> = listOf( ))