ComparatorExportFormatEnum
Important! Document Comparison API is temporarily not supported. We are working on restoring it as soon as possible.
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
07.11.2025 12:48:30