Support images on recognize

This commit is contained in:
Oleg Korshul
2024-05-14 21:43:21 +03:00
parent 6af44146e5
commit d85b3dd7f0
8 changed files with 104 additions and 8 deletions

View File

@ -55,6 +55,7 @@ public:
int GetRotate(int nPageIndex) { return 0; }
void GetPageInfo(int nPageIndex, double* pdWidth, double* pdHeight, double* pdDpiX, double* pdDpiY) {}
bool IsEditPage() { return false; }
bool EditPage(int nPageIndex) { return false; }
void AddShapeXML(const std::string& sXML) {}
void EndMarkedContent() {}
};