feat: implement PDF annotation extraction and inspector API endpoints via C++ bindings

This commit is contained in:
azeeee05
2026-07-09 10:38:26 +05:30
parent 62ad42b116
commit 82a07d2e6e
7 changed files with 28 additions and 1 deletions
@@ -198,6 +198,7 @@ public:
std::string content;
std::string timestamp;
int pageIndex = 0;
double thickness = 0.0;
std::vector<std::vector<Point2D>> paths;
std::vector<std::array<Point2D, 4>> quadPoints;