Changed debug page name

In order to have the debug page after the normal panel in the final PDF
file
This commit is contained in:
fritz-hh
2014-01-06 22:41:29 +01:00
parent 414c4e3f3c
commit fc3de64dce
+1 -1
View File
@@ -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