XMLExportParams Object (IXMLExportParams Interface)
This object provides functionality for tuning parameters of recognized text export to XML format. These parameters are set in the XMLParams property of the FileExportParams object.
An XML schemes of an XML document are available by the references provided in the resulting XML.
Properties
Name | Type | Description |
---|---|---|
EncodingType | TextEncodingTypeEnum |
Specifies the encoding type. The default value of this property is TET_UTF8. |
ExportFieldTypes | Boolean |
Specifies if field types are to be written in files in XML format. Note that there will also be an XSD file with field types in addition to the XML file in the export folder. The default value of this property is FALSE. |
ExportErrors | Boolean |
Specifies if errors occurred during document processing should be written in files in XML format. The default value of this property is FALSE. |
ExportFieldPosition | Boolean |
Specifies if the coordinates of field blocks are written in files in XML format. The default value of this property is FALSE. |
MarkSuspiciousSymbols | Boolean |
Specifies if uncertainly recognized symbols are to be marked in files in XML format. If the value of this property is TRUE, recognized characters in output XML file are marked with 0 or 1, where 1 corresponds to uncertainly recognized character. The default value of this property is FALSE. |
Related objects
See also
8/15/2023 1:19:30 PM