MrzExportFormatEnum
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
| Name | Description | 
|---|---|
| MEF_Json | JSON format. See the description of .json file in the JSON file for MRZ. | 
| MEF_Xml | XML format. See the description of formats in XML Schema for MRZ. | 
Used in
9/17/2024 3:14:41 PM