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

IFileExportParams::FileFormat

15.08.2023 13:19:30

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.