DocDiff application: page matching

This commit is contained in:
Jakub Melka
2021-09-11 18:17:38 +02:00
parent 7de0fdad3c
commit 050ba869f3
5 changed files with 304 additions and 25 deletions

View File

@@ -257,7 +257,9 @@ public:
Type type = Type::Unknown;
QRectF boundingRect;
std::array<uint8_t, 64> hash = { };
std::array<uint8_t, 64> hash = { }; ///< Hash of all data
std::array<uint8_t, 64> imageHash = { }; ///< Hash of the image only
QPainterPath pagePath;
};
using GraphicPieceInfos = std::vector<GraphicPieceInfo>;