From a95640ed9ec0a5caa360bd64b9ad6cc9f916fa61 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Tue, 7 Nov 2023 23:55:14 -0800 Subject: [PATCH] v15.4.1 release notes Closes #1185 Closes #1183 --- docs/release_notes.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 5ba92c1b..853b5066 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -28,6 +28,16 @@ tagged yet. .. |OCRmyPDF PyPI| image:: https://img.shields.io/pypi/v/ocrmypdf.svg +v15.4.1 +======= + +- Fixed misc/watcher.py regressions: accept ``--ocr-json-settings`` as either + filename or JSON string, as previously; and argument count mismatch. + :issue:`1183,1185` +- We no longer attempt to set /ProcSet in the PDF output, since this is an + obsolete PDF feature. +- Documentation improvements. + v15.4.0 =======