From e4274a956df1d40b91d4eac3ef8707f2695a5a2a Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Fri, 7 Feb 2025 00:53:08 -0800 Subject: [PATCH] v16.9.0 release notes --- docs/release_notes.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 1f373f0e..0cbda591 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -30,6 +30,17 @@ OCRmyPDF typically supports the three most recent Python versions. .. |OCRmyPDF PyPI| image:: https://img.shields.io/pypi/v/ocrmypdf.svg +v16.9.0 +======= + +- Added hocr caption processing. Thanks @0dinD :issue:`1466` +- ocrmypdf-alpine Docker image is now built with Alpine 3.21. +- Fixed error handling of PDFs that contain invalid images with both ImageMask + and ColorSpace defined. :issue:`1453` +- Fixed test suite regression when only older Ghostscripts are installed. +- Improved documetnation of _progressbar.py. Thanks @QuentinFuxa. :issue:`1456` +- Disabling building of documentation as PDF on ReadTheDocs, as this caused + complex build issues deemed not worth solving. v16.8.0 =======