FileExportFormatEnum
FileExportFormatEnum enumeration constants define different file formats in which ABBYY FlexiCapture SDK can save the recognized text.
typedef enum {
FEF_Text,
FEF_CSV,
FEF_DBF,
FEF_XML,
FEF_XLS,
FEF_XLSX,
FEF_JSON
} FileExportFormatEnum;
Elements
Name | Description |
---|---|
FEF_Text | TXT format. The parameters of a file in this format are tuned through the TextExportParams object. |
FEF_CSV | CSV format. The parameters of a file in this format are tuned through the TextExportParams object. |
FEF_DBF | DBF format. The parameters of a file in this format are tuned through the DBFExportParams object. |
FEF_XML | XML format. The parameters of a file in this format are tuned through the XMLExportParams object. |
FEF_XLS | XLS (Microsoft Excel) format. The parameters of a file in this format are tuned through the ExcelExportParams object. |
FEF_XLSX | XLSX (Microsoft Excel 2007 and later) format. The parameters of a file in this format are tuned through the ExcelExportParams object. |
FEF_JSON | JSON format. The parameters of a file in this format are tuned through the JSONExportParams object. |
Used in
15.08.2023 13:19:30