This commit is contained in:
Furqan-14
2026-06-11 19:22:07 +05:30
14 changed files with 1448 additions and 22 deletions
@@ -106,6 +106,7 @@ struct Glyph {
double originY = 0.0;
double bboxX = 0.0, bboxY = 0.0, bboxW = 0.0, bboxH = 0.0;
double angle = 0.0;
int pageObjectIndex = -1;
};
struct TextRun {
@@ -117,6 +118,7 @@ struct TextRun {
bool isEmbedded = false;
std::string type;
std::vector<Glyph> glyphs;
std::vector<int> objectIndices;
double x = 0.0, y = 0.0, w = 0.0, h = 0.0;
};