code_app/app/scanner2/ocrPdf.h

9 lines
175 B
C
Raw Normal View History

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