CSVExportSettings Object (Web Services API)
This object provides functionality for configuring the export of recognized text to CSV format. The CSVExportSettings object is a child object of the OutputFormatSettings object and inherits all its properties.
Properties
Name | Type | Description |
CodePage | CodePageEnum | This property specifies the code page to which the recognized text is to be exported. |
EncodingType | TextEncodingTypeEnum |
This property specifies the encoding type of the output file in CSV format. Note. If this property is set to a value different from TET_Simple, the CodePage property is ignored during export. |
IgnoreTextOutsideTables | Boolean | If this property is set to TRUE, only text from table blocks is exported into CSV format. |
TabSeparator | String | Stores the character with which the table separators are to be replaced in the exported text. The string accessed through this property must contain only one character from the ASCII character set. |
UsePageBreaks | Boolean | Specifies if page break symbols (0x12) must be inserted between pages if pages are to be exported into CSV format. |
See also
26.03.2024 13:49:49