We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c05ed72 commit 7b2dd89Copy full SHA for 7b2dd89
docs/release_notes.rst
@@ -30,6 +30,18 @@ OCRmyPDF typically supports the three most recent Python versions.
30
31
.. |OCRmyPDF PyPI| image:: https://img.shields.io/pypi/v/ocrmypdf.svg
32
33
+v16.10.0
34
+========
35
+
36
+- Added hocr textangle processing, improving handling of text at angles.
37
+ Thanks @0dinD :issue:`1467`
38
+- Docker documentation updates related to podman. Thanks @rugk. :issue:`1489,1488`
39
+- Dropped webservice.py's fragile use of ttyd. Instead, messages from ocrmypdf are
40
+ printed to the console.
41
+- Fixed broken test test_hocrtransform_matches_sandwich, which had become
42
+ an invalid test. Thanks @QuLogic for reporting.
43
+- Improved install instructions for Windows. Thanks @alex.
44
45
v16.9.0
46
=======
47
0 commit comments