From 08f95c0b1312918cf93ad3cfd8a9425addc761e4 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sun, 10 Nov 2024 02:09:10 -0800 Subject: [PATCH] v16.6.1 release notes --- docs/release_notes.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 1ea6de09..7bdd0844 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -30,6 +30,16 @@ OCRmyPDF typically supports the three most recent Python versions. .. |OCRmyPDF PyPI| image:: https://img.shields.io/pypi/v/ocrmypdf.svg +v16.6.1 +======= + +- Fixed some issues with Docker build, such as removing unnecessary content and using + a stable Tesseract version. +- Reverted Docker image to Ubuntu 22.04 to access older/more stable Ghostscript + for now. +- Clarified batch commands in documentation. +- Fixed an issue with JSON serialization and pickling of HOCRResult. :issue:`1427` + v16.6.0 =======