Fuzz
This commit is contained in:
@@ -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
|
||||
------
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user