MrzFormatEnum
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
Name | Description |
---|---|
MF_Auto | Automatic detection of MRZ format. |
MF_ICAO | MRZ format by the ICAO Document. |
MF_NationalPassportRus | MRZ format by the standard of Russian national passport. |
MF_OfficialTravelDocumentThreeLines | MRZ format by the TD1 standard of the ICAO specification. |
MF_OfficialTravelDocumentTwoLines | MRZ format by the TD2 standard of the ICAO specification. |
MF_Passport | MRZ format by the TD3 standard of the ICAO specification. |
MF_VisaA | MRZ format by the MRV-A standard of the ICAO specification. |
MF_VisaB | MRZ format by the MRV-B standard of the ICAO specification. |
Used in
03.07.2024 8:50:25