XML_ExportWordChars
This named property controls whether the characters composing OCR words in the workdoc are exported to the XML file. The character code, confidence and position of each character are exported.
Note: For CI documents, position and confidence values for
individual characters are not available. The Top, Left, Height, Width and Confidence
values for each letter are those for the word in which the character is found.
Set the property to True
in the ExportDocument event to
include the character information in the exported file. This property has no impact
if the named property XML_ExportWords is set to
False
.
The default value is False
.
Syntax
pWorkdoc.NamedProperty("XML_ExportWordChars") as Boolean
See also
-
"Export to XML" in the Brainware Intelligent Capture Runtime Server Help.