From f4f0f3c022f6a0b0bb11b1ddd2d0a8a256296769 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sat, 20 Mar 2021 23:30:42 -0700 Subject: [PATCH] v11.7.3 release notes --- docs/release_notes.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 54adfb15..6d239aff 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -12,6 +12,13 @@ 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.7.3 +======= + +- Exclude CCITT Group 3 images from being optimized. Some libraries + OCRmyPDF uses do not seem to handle this obscure compression format properly. + You may get errors or possible corrupted output images without this fix. + v11.7.2 =======