ImageGear for C and C++ on Windows v19.3 - Updated
enumIGRecDTxtOutputFormats
API Reference Guide > Recognition Component API Reference > Recognition Component Enumerations Reference > enumIGRecDTxtOutputFormats

Direct text format.

Values:

IG_REC_DTXT_TXTS Text Standard. Output is a simple text file.
IG_REC_DTXT_TXTCSV Text CSV. Output is a simple format to represent tables. Microsoft Excel can read this format.
IG_REC_DTXT_TXTF Text Formatted. Delivers plain text, but attempts to keep layout as detected in the original image: this creates a text file that simulates columns and boxes using tabulators.
IG_REC_DTXT_XMLCOORD XML Simple. Output is typically used for further processing recognized data. You can easily parse (e.g., MSXML) or transform (XSLT) the output xml file. The format of the xml output is specified by the same scheme as the Layout Retention Xml Output. Refer to the XML schema, ssdoc-schema3.xsd, installed to the Recognition resource directory.