From 397fad249dd3cb1fc79b0fcdf294cb03414f568e Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sun, 19 May 2024 00:50:59 -0700 Subject: [PATCH] v16.3.0 release notes --- docs/release_notes.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 29c7a6169..a1a7b4c1b 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -30,6 +30,15 @@ OCRmyPDF typically supports the three most recent Python versions. .. |OCRmyPDF PyPI| image:: https://img.shields.io/pypi/v/ocrmypdf.svg +v16.3.0 +======= + +- Fixed progress bar not displaying for Ghostscript PDF/A conversion. :issue:`1313` +- Added progress bar for linearization. :issue:`1313` +- If `--rotate-pages-threshold` issued without `--rotate-pages` we now exit with + an error since the user likely intended to use `--rotate-pages`. :issue:`1309` +- If Tesseract hOCR gives an invalid line box, print an error message instead of + exiting with an error. :issue:`1312` v16.2.0 =======