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 =======