From fc3de64dceb4dbeb6e0c07d26afeda372239adca Mon Sep 17 00:00:00 2001 From: fritz-hh Date: Mon, 6 Jan 2014 22:41:29 +0100 Subject: [PATCH] Changed debug page name In order to have the debug page after the normal panel in the final PDF file --- src/ocrPage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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