DocDiff application: Text compare

This commit is contained in:
Jakub Melka
2021-09-26 14:46:23 +02:00
parent 9bc29da83c
commit 7f748295c0
3 changed files with 169 additions and 48 deletions

View File

@ -120,6 +120,7 @@ public:
PC_Images = 0x0008, ///< Use images to compare pages (determine, which pages correspond to each other)
PC_Mesh = 0x0010, ///< Use mesh to compare pages (determine, which pages correspond to each other)
CompareTextsAsVector = 0x0020, ///< Compare texts as vector graphics
CompareWords = 0x0040, ///< Compare words, not just characters
};
Q_DECLARE_FLAGS(Options, Option)