From d077c03686981c1601305cac2eb7b97e7f823a34 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sat, 6 May 2017 22:34:54 -0700 Subject: [PATCH] v4.5.7 release notes --- docs/release_notes.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index f8196c6c..c8289177 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -4,6 +4,12 @@ Release notes OCRmyPDF uses `semantic versioning `_. +v4.5.7 +------ + +- Fixed issue #163, color and grayscale images were unnecessarily changed from lossless to lossy JPEG compression when using ``--output-type pdfa`` on recent versions of Ghostscript + + v4.5.6 ------ @@ -52,7 +58,7 @@ v4.5.1 v4.5 ---- -- Exotic PDFs containing "Form XObjects" are now supported (issue #134; PDF reference manual 8.10), and images they contain are taken into account when determining the resolution for rasterizing +- Uncommon PDFs containing "Form XObjects" are now supported (issue #134; PDF reference manual 8.10), and images they contain are taken into account when determining the resolution for rasterizing - The Tesseract 4 Docker image no longer includes all languages, because it took so long to build something would tend to fail - OCRmyPDF now warns about using ``--pdf-renderer tesseract`` with Tesseract 3.04 or lower due to issues with Ghostscript corrupting the OCR text in these cases