From 949d2ff1c23b042fb78904a133340ac25496712b Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Mon, 7 Nov 2016 14:36:08 -0800 Subject: [PATCH] v4.3.1 release notes --- RELEASE_NOTES.rst | 10 ++++++++++ tests/resources/README.rst | 1 + 2 files changed, 11 insertions(+) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 193a0008..33c7e0f6 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -3,6 +3,16 @@ RELEASE NOTES OCRmyPDF uses `semantic versioning `_. +v4.3.1: +======= + +- Fixed an issue where pages produced by the "hocr" renderer after a Tesseract timeout would be rotated incorrectly if the input page was rotated with a /Rotate marker +- Fixed a file handle leak in LeptonicaErrorTrap that would cause a "too many open files" error for files around hundred pages of pages long when ``--deskew`` or ``--remove-background`` or other Leptonica based image processing features were in use, depending on the system value of ``ulimit -n`` +- Ability to specify multiple languages for multilingual documents is now advertised in documentation +- Reduced the file sizes of some test resources +- Cleaned up debug output +- Tesseract caching in test cases is now more cautious about false cache hits and reproducing exact output, not that any problems were observed + v4.3: ===== diff --git a/tests/resources/README.rst b/tests/resources/README.rst index fdb0af74..737cd0b8 100644 --- a/tests/resources/README.rst +++ b/tests/resources/README.rst @@ -89,6 +89,7 @@ These test resources are assemblies from other previously mentioned files, relea - jbig2.pdf (congress.jpg, converted to JBIG2 encoding) - multipage.pdf (from several other files) - palette.pdf (congress.jpg, converted to a 256-color palette) +- rotated_skew.pdf (a /Rotate'd and skewed document from LinnSequencer.jpg) - skew.pdf (from LinnSequencer.jpg, skew simulated by adjusting the transformation matrix) - skew-encrypted.pdf (skew.pdf with encryption - access supported by PyPDF2)