From c4afc5c242d9eeb601cf1761c612e8c57c4a398a Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Tue, 30 Jul 2019 00:39:14 -0700 Subject: [PATCH] Add missing item from v9.0.0 release notes --- docs/release_notes.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 26223b64..d07108d8 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -59,6 +59,8 @@ v9.0.0 - Updated Docker images to use newer versions. - Fixed images encoded as JBIG2 with a colorspace other than ``/DeviceGray`` were not interpreted correctly. +- Fixed a OCR text-image registration (i.e. alignment) problem when the page + when MediaBox had a nonzero corner. v8.3.2 ======