This commit is contained in:
James R. Barlow
2019-02-07 17:09:47 -08:00
parent ae7844ad88
commit 5483dacf52
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -13,7 +13,6 @@ Note that it is licensed under GPLv3, so scripts that ``import ocrmypdf`` and ar
find: [^`]\#([0-9]{1,3})[^0-9]
replace: `#$1 <https://github.com/jbarlow83/OCRmyPDF/issues/$1>`_
v8.1.0
------
+1 -1
View File
@@ -648,7 +648,7 @@ def ocr_tesseract_hocr(input_file, output_files, log, context):
def select_visible_page_image(infiles, output_file, log, context):
"Selects a whole page image that we can show the user (if necessary)"
"""Selects a whole page image that we can show the user (if necessary)"""
options = context.get_options()
if options.clean_final: