From a62f86dbd74e81774ca559f05b3a883310602b44 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Mon, 15 Feb 2016 16:43:14 -0800 Subject: [PATCH] Update release notes --- RELEASE_NOTES.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index bd2983f9..4da7d8a7 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -13,21 +13,24 @@ New features ------------ - Automatic page rotation (``-r``) is now available. It uses ignores any prior rotation information - on PDFs and sets rotation based on the dominant orientation of detectable text. + on PDFs and sets rotation based on the dominant orientation of detectable text. This feature is + fairly reliable but some false positives occur especially if there is not much text to work with. (#4) Fixes ----- - Fixed an issue where lossless reconstruction could cause some pages to be appear incorrectly - rotated in the page had a /Rotate tag applied + rotated in the page had a /Rotate tag applied (#50) +- Fixed an issue where lossless reconstruction could misalign the graphics layer with respect to + text layer if the page had been cropped such that its origin is not (0, 0) (#49) Changes ------- - Many improvements to logging output -- ``--deskew`` is now performed by Leptonica instead of unpaper +- ``--deskew`` is now performed by Leptonica instead of unpaper (#25) - libffi is now required