Skip to main content
MrzFormatEnum enumeration constants describe the machine-readable zone (MRZ) formats.
typedef enum {
 MF_Auto,
 MF_ICAO,
 MF_NationalPassportRus,
 MF_Passport,
 MF_OfficialTravelDocumentTwoLines,
 MF_OfficialTravelDocumentThreeLines,
 MF_VisaA,
 MF_VisaB
} MrzFormatEnum;

Elements

NameDescription
MF\_AutoAutomatic detection of MRZ format.
MF\_ICAOMRZ format by the ICAO Document.
MF\_NationalPassportRusMRZ format by the standard of Russian national passport.
MF\_OfficialTravelDocumentThreeLinesMRZ format by the TD1 standard of the ICAO specification.
MF\_OfficialTravelDocumentTwoLinesMRZ format by the TD2 standard of the ICAO specification.
MF\_PassportMRZ format by the TD3 standard of the ICAO specification.
MF\_VisaAMRZ format by the MRV-A standard of the ICAO specification.
MF\_VisaBMRZ format by the MRV-B standard of the ICAO specification.

Used in

IMrzProcessingParams::Format