mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
DocDiff application: text bounding boxes
This commit is contained in:
@ -56,6 +56,7 @@ public:
|
||||
PDFInteger pageIndex = 0;
|
||||
QString text;
|
||||
Flags flags = None;
|
||||
std::vector<QRectF> characterBoundingRects;
|
||||
|
||||
bool isText() const { return flags.testFlag(Text); }
|
||||
bool isSpecial() const { return !isText(); }
|
||||
|
Reference in New Issue
Block a user