MrzXmlExportParams Object (IMrzXmlExportParams Interface)
This object provides functionality for tuning parameters of the captured machine-readable zone (MRZ) export to XML format by means of ABBYY FineReader Engine export functions. A pointer to this object is passed into the export methods as an input parameter, and thus affects the results of export. All properties of a newly created object of this type are set to reasonable defaults. For more information about the default value of this or that property, see the description of the corresponding property.
You can find the XML schema for MRZ in the MrzXmlSchema.xsd file. This file is located in the Inc folder. For the description of XML tags see the XML Schema for MRZ.
Properties
Name | Type | Description |
---|---|---|
Application | Engine, read-only | Returns the Engine object. |
WriteNondeskewedCoordinates | VARIANT_BOOL |
Specifies whether the coordinates of the captured MRZ and saved in a file in XML format should be defined on an original image or on an image used for capture (to which different modifications, e.g., deskewing, were applied). This property is FALSE by default, which means that the coordinates are defined on an image used for capture. |
Output parameter
This object is the output parameter of the CreateMrzXmlExportParams method of the Engine object.
Input parameter
This object is passed as an input parameter to the ExportToFileEx method of the MrzData object.
See also
7/3/2024 8:50:25 AM