We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19af116 commit e4274a9Copy full SHA for e4274a9
docs/release_notes.rst
@@ -30,6 +30,17 @@ 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.9.0
34
+=======
35
+
36
+- Added hocr caption processing. Thanks @0dinD :issue:`1466`
37
+- ocrmypdf-alpine Docker image is now built with Alpine 3.21.
38
+- Fixed error handling of PDFs that contain invalid images with both ImageMask
39
+ and ColorSpace defined. :issue:`1453`
40
+- Fixed test suite regression when only older Ghostscripts are installed.
41
+- Improved documetnation of _progressbar.py. Thanks @QuentinFuxa. :issue:`1456`
42
+- Disabling building of documentation as PDF on ReadTheDocs, as this caused
43
+ complex build issues deemed not worth solving.
44
45
v16.8.0
46
=======
0 commit comments