From 0ff489c755972b303648c82f39494557cb7a03f4 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sun, 28 Oct 2018 16:19:37 -0700 Subject: [PATCH] v6.2.5 notes --- docs/release_notes.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 079846f7..7ee328a1 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -10,6 +10,16 @@ The OCRmyPDF package itself does not contain a public API, although it is fairly replace: `#$1 `_ +v6.2.5 +------ + +- Disable a failing test due to Tesseract 4.0rc1 behavior change. Previously, Tesseract would exit with an error message if its configuration was invalid, and OCRmyPDF would intercept this message. Now Tesseract issues a warning, which OCRmyPDF v6.2.5 may relay or ignore. (In v7.x, OCRmyPDF will respond to the warning.) + +- This release branch no longer supports using the optional PyMuPDF installation, since it was removed in v7.x. + +- This release branch no longer supports macOS. macOS users should upgrade to v7.x. + + v6.2.4 ------