From 91830627e5a9c19988d883f945d1a72461dd9212 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Fri, 14 Apr 2023 13:11:10 -0700 Subject: [PATCH] v14.1.0 --- docs/release_notes.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 1f9c3533..4b501fd8 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -28,6 +28,18 @@ tagged yet. .. |OCRmyPDF PyPI| image:: https://img.shields.io/pypi/v/ocrmypdf.svg +v14.1.0 +======= + +- Added ``--tesseract-non-ocr-timeout``. This allows using Tesseract's deskew + and other non-OCR features while disabling OCR using ``--tesseract-timeout 0``. +- Added ``--tesseract-downsample-large-images``. This downsamples larges images + that exceed the maximum image size Tesseract can handle. Large images may still + take a long time to process, but this allows them to be processed if that + is desired. +- Fixed :issue:`1082`, an issue with snap packaged building. +- Change linter to ruff, fix lint errors, update documentation. + v14.0.4 =======