diff --git a/src/ocrPage.sh b/src/ocrPage.sh index d4c3e38e..b2dfed52 100644 --- a/src/ocrPage.sh +++ b/src/ocrPage.sh @@ -103,7 +103,7 @@ curOrigImg="$TMP_FLD/${page}.orig-img" # original image available in the curr # (the image file may have a different orientation than in the pdf file) curHocr="$TMP_FLD/${page}.hocr" # hocr file to be generated by the OCR SW for the current page curOCRedPDF="$TMP_FLD/${page}.ocred.pdf" # PDF file containing the image + the OCRed text for the current page -curOCRedPDFDebug="$TMP_FLD/${page}.ocred-debug.pdf" # PDF file containing data required to find out if OCR worked correctly +curOCRedPDFDebug="$TMP_FLD/${page}.ocred.todebug.pdf" # PDF file containing data required to find out if OCR worked correctly curImgCharacteristics="$TMP_FLD/${page}.orig-img-info.txt" # Detected characteristics of the embedded image