#ifndef __OCRPDF_H__ #define __OCRPDF_H__ #include bool CreateOcrPdf(const QString &imgPath, const QString &dstFile, const char *lang); #endif /* __OCRPDF_H__ */