From cccdc178c37223d6df5b30594c1ecdb4bc338e0e Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Tue, 29 Sep 2020 02:46:18 -0700 Subject: [PATCH] v11.1.2 release notes --- docs/release_notes.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 5cfdf233..b762490e 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -12,6 +12,14 @@ may be unreliable. Use the API to depend on precise behavior. The public API may be useful in scripts that launch OCRmyPDF processes or that wish to use some of its features for working with PDFs. +v11.1.2 +======= + +- Fix hOCR renderer writing the text in roughly reverse order. This should not + affect reasonably smart PDF readers that properly locate the position of all + text, but may confuse those that rely on the order of objects in the content + stream. (#642) + v11.1.1 =======