From 24b6a4ad502875986fa85ec184b71d511d783202 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Tue, 16 Jun 2020 00:55:28 -0700 Subject: [PATCH] v10.1.0 notes --- docs/release_notes.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index c8dee0d9..f9401ead 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -16,6 +16,17 @@ Note that it is licensed under GPLv3, so scripts that ``import ocrmypdf`` and are released publicly should probably also be licensed under GPLv3. +v10.1.0 +======= + +- Previously, we ``--clean-final`` would cause an unpaper-cleaned page image to + be produced twice, which was necessary in some cases but not in general. We + now take this optimization opportunity and reuse the image if possible. +- We now provide PNG files as input to unpaper, since it accepts them, instead + of generating PPM files which can be very large. This can improve performance + and temporary disk usage. +- Documentation updated for plugins. + v10.0.1 =======