From 4a784588216f919843dababa053fa88a01173533 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Mon, 12 Feb 2024 01:46:21 -0800 Subject: [PATCH] v16.1.0 release notes --- docs/release_notes.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index feaad921b..39e3ce628 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -30,6 +30,18 @@ OCRmyPDF typically supports the three most recent Python versions. .. |OCRmyPDF PyPI| image:: https://img.shields.io/pypi/v/ocrmypdf.svg +v16.1.0 +======= + +- Improved hOCR renderer is now default for left to right languages. +- Improved handling of rotated pages. Previously, OCR text might be missing for + pages that were rotated with a /Rotate tag on the page entry. +- Improved handling of cropped pages. Previously, in some cases a page with a + crop box would not have its OCR applied correctly and misalignment between + OCR text and visible text coudl occur. +- Documentation improvements, especially installation instructions for less + common platforms. + v16.0.4 =======