From 7b2dd892e507f51848e17eafdb9e9eaaf3a9ae97 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Wed, 26 Feb 2025 15:16:18 -0800 Subject: [PATCH] v16.10.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 0cbda591..ea358727 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.10.0 +======== + +- Added hocr textangle processing, improving handling of text at angles. + Thanks @0dinD :issue:`1467` +- Docker documentation updates related to podman. Thanks @rugk. :issue:`1489,1488` +- Dropped webservice.py's fragile use of ttyd. Instead, messages from ocrmypdf are + printed to the console. +- Fixed broken test test_hocrtransform_matches_sandwich, which had become + an invalid test. Thanks @QuLogic for reporting. +- Improved install instructions for Windows. Thanks @alex. + v16.9.0 =======