From 17eed0529a8e89aa0f9d307396c8cb137fa8fb80 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sat, 4 Jan 2025 12:21:46 -0800 Subject: [PATCH] Update notes --- docs/release_notes.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index f9eecbaa..1f373f0e 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -30,6 +30,20 @@ OCRmyPDF typically supports the three most recent Python versions. .. |OCRmyPDF PyPI| image:: https://img.shields.io/pypi/v/ocrmypdf.svg + +v16.8.0 +======= + +- Upgraded webservice.py demonstration using streamlit. It's now possible to + exercise most of OCRmyPDF's functionality in a simple web UI. +- Added cache to Dockerfiles to improve build speed. +- Fixed numerous formatting errors in the documentation that prevented some + parts of documentation from generating correctly. +- Improved OCR text rendering by suppressing negative-width spaces. Thanks + @pajowu. :issue:`1446` +- Improved detecting of invisible text when using `--redo-ocr`. Thanks + @pajowu. :issue:`1448`` + v16.7.0 =======