From 214f6ec759b6a29b5e48e05b1bed196d10994b02 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Tue, 9 May 2023 23:32:57 -0700 Subject: [PATCH] v14.2.0 release notes --- docs/release_notes.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 4b501fd8..22c18e96 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -28,6 +28,19 @@ tagged yet. .. |OCRmyPDF PyPI| image:: https://img.shields.io/pypi/v/ocrmypdf.svg +v14.2.0 +======= + +- Added `--tesseract-downsample-above` to downsample larger images even when + they do not exceed Tesseract's internal limits. This can be used to speed + up OCR, possibly sacrificing accuracy. +- Fixed resampling AttributeError on older Pillow. :issue:`1096` +- Removed an error about using Ghostscript on PDFs with that have the /UserUnit + feature in use. Previously, Ghostscript would fail to process these PDFs, + but in all supported versions it is now supported, so the error is no longer + needed. +- Improved documentation around installing other language packs for Tesseract. + v14.1.0 =======