code_app/app/scanner/ocrPdf.h

10 lines
193 B
C++

#ifndef __OCRPDF_H__
#define __OCRPDF_H__
#include <string>
std::string getOcrPath();
bool createOcrPdf(const std::string &imgPath, const std::string &dstFile);
#endif /* __OCRPDF_H__ */