feat: implement PDF annotation extraction and inspector API endpoints via C++ bindings
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user