From 7b94129d9eb8b427bc9fd8870839a33a74b29c08 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Tue, 14 Feb 2017 13:03:48 -0800 Subject: [PATCH] v4.5 notes --- RELEASE_NOTES.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 2fb64724..d6817a89 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -4,6 +4,14 @@ RELEASE NOTES OCRmyPDF uses `semantic versioning `_. +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 +- 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 + + v4.4.2 ======