We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bd54f9 commit 87556ccCopy full SHA for 87556cc
1 file changed
src/OcrWithTesseract.hpp
@@ -30,7 +30,7 @@ void OcrWithTesseract(
30
const std::wstring& open_path, // source PDF document
31
const std::wstring& save_path, // searchable PDF document
32
const std::wstring& data_path, // path to OCR data
33
- const std::string& language, // default OCR language
+ const std::wstring& language, // default OCR language
34
OcrTesseractParams& ocr_params
35
) {
36
// initialize Pdfix
0 commit comments