From a4999564625f23a0439a9cf5b6a7ef8000b4d0c0 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sun, 7 Jan 2024 01:39:06 -0800 Subject: [PATCH] v16.0.4 release notes --- docs/release_notes.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index ec1145ce..feaad921 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -30,6 +30,15 @@ OCRmyPDF typically supports the three most recent Python versions. .. |OCRmyPDF PyPI| image:: https://img.shields.io/pypi/v/ocrmypdf.svg +v16.0.4 +======= + +- Fixed some issues for left-to-right text with the new hOCR renderer. It is still + not default yet but will be made so soon. Right-to-left text is still in progress. +- Added an error to prevent use of several versions of Ghostscript that seem + corrupt existing text in input PDFs. Newly generated OCR is not affected. + For best results, use Ghostscript 10.02.1 or newer, which contains the fix + for the issue. v16.0.3 =======