blob: b955adae40c36cb7b5f5ec29bf8b93f74f33bf1a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git pdfsandwich.ml pdfsandwich.ml
index 10c92a0..c32f803 100644
--- pdfsandwich.ml
+++ pdfsandwich.ml
@@ -19,7 +19,7 @@ let global_temp_dir = Filename.temp_file "pdfsandwich_tmp" "";;
let unpaper = ref "unpaper";;
let identify = ref "identify";;
let convert = ref "convert";;
-let tesseract = ref "tesseract";; (* this will be preceded by the OMP_THREAD_LIMIT (see options) *)
+let tesseract = ref "tesseract-ocr";; (* this will be preceded by the OMP_THREAD_LIMIT (see options) *)
let pdfinfo = ref "pdfinfo";;
let pdfunite = ref "pdfunite";;
let hocr2pdf = ref "hocr2pdf";;
|