From 00daa51a7393cf4cf0db36241515b6835b2205dd Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Wed, 3 Jun 2020 13:28:35 -0700 Subject: [PATCH] v9.8.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 3ed82045..9a6eeb3b 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -13,6 +13,14 @@ Note that it is licensed under GPLv3, so scripts that ``import ocrmypdf`` and are released publicly should probably also be licensed under GPLv3. +v9.8.2 +====== + +- Fixed an issue where OCRmyPDF would ignore text inside Form XObject when + making certain decisions about whether a document already had text. +- Fixed file size increase warning to take overhead of small files into account. +- Added instructions for installing on Cygwin. + v9.8.1 ======