Skip to main content
MrzExportFormatEnum enumeration constants define different file formats in which ABBYY FineReader Engine can save the data extracted from a machine-readable zone (MRZ).
typedef enum {
 MEF_Xml,
 MEF_Json
} MrzExportFormatEnum;

Elements

NameDescription
MEF\_JsonJSON format. See the description of .json file in the JSON file for MRZ.
MEF\_XmlXML format. See the description of formats in XML Schema for MRZ.

Used in

IMrzData::ExportToFile IMrzData::ExportToFileEx