v16.10.0 release notes

This commit is contained in:
James R. Barlow 2025-02-26 15:16:18 -08:00
parent c05ed7297c
commit 7b2dd892e5
No known key found for this signature in database
GPG Key ID: E54A300D567E1260

View File

@ -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
=======