v11.1.3 release notes

This commit is contained in:
James R. Barlow
2020-10-06 03:22:48 -07:00
parent 4e15eb8d14
commit 07c6654057
+7 -1
View File
@@ -12,10 +12,16 @@ may be unreliable. Use the API to depend on precise behavior.
The public API may be useful in scripts that launch OCRmyPDF processes or that
wish to use some of its features for working with PDFs.
v11.1.3
=======
- Fixed an issue with optimizing PNG-type images that had soft masks or image masks.
This is a regression introduced in (or about) issue v11.1.0.
v11.1.2
=======
- Fix hOCR renderer writing the text in roughly reverse order. This should not
- Fixed hOCR renderer writing the text in roughly reverse order. This should not
affect reasonably smart PDF readers that properly locate the position of all
text, but may confuse those that rely on the order of objects in the content
stream. (#642)