This commit is contained in:
saqib mir
2026-07-09 10:25:24 +05:30
8 changed files with 109 additions and 24 deletions
@@ -5,6 +5,7 @@
#include <string>
#include <vector>
#include <cstdint>
#include <array>
namespace pdfengine {
@@ -212,6 +213,7 @@ public:
std::string timestamp;
int pageIndex = 0;
std::vector<std::vector<Point2D>> paths;
std::vector<std::array<Point2D, 4>> quadPoints;
std::string fieldName;
std::string fieldValue;