From d12b27ac1ddc571aef1f7ba6be15f6c4ec500868 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sat, 28 Dec 2019 15:42:24 -0800 Subject: [PATCH] v9.3.0 release notes --- docs/release_notes.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 949a6cc3..8268a0e8 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -13,6 +13,19 @@ Note that it is licensed under GPLv3, so scripts that ``import ocrmypdf`` and are released publicly should probably also be licensed under GPLv3. +v9.3.0 +====== + +- Improved native Windows support: we now check in the obvious places in + the "Program Files" folders installations of Tesseract and Ghostscript, + rather than relying on the user to edit ``PATH`` to specify their location. + The ``PATH`` environment variable can still be used to differentiate when + multiple installations are present or the programs are installed to non- + standard locations. +- Fixed an exception on parsing Ghostscript error messages. +- Added an improved example demonstrating how to set up a watched folder + for automated OCR processing (thanks to @ianalexander for the contribution). + v9.2.0 ======