Skip to main content
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

NameDescription
CEF\_JsonJSON format. The export to JSON format will be implemented in future releases.
CEF\_WordTrackChangesDOCX format.
CEF\_XmlXML format.

Used in

IComparisonResult::Export