ComparatorExportFormatEnum
ComparatorExportFormatEnum enumeration constants define different file formats in which ABBYY FineReader Engine can save the results of comparison of the original document or page with its copy.
typedef enum {
CEF_Xml,
CEF_Json,
CEF_WordTrackChanges
} ComparatorExportFormatEnum;
Elements
Name | Description |
---|---|
CEF_Json | JSON format. The export to JSON format will be implemented in future releases. |
CEF_WordTrackChanges | DOCX format. |
CEF_Xml | XML format. |
Used in
7/3/2024 8:50:25 AM