diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 63c00f37..36648110 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -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 `_ - v8.1.0 ------ diff --git a/src/ocrmypdf/_pipeline.py b/src/ocrmypdf/_pipeline.py index abe90f9c..b283a988 100644 --- a/src/ocrmypdf/_pipeline.py +++ b/src/ocrmypdf/_pipeline.py @@ -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: