From 5fde2142904a8bd4f9d169100da4fd03717fcabf Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Tue, 17 Apr 2018 15:23:35 -0700 Subject: [PATCH] Update notes for v6.1.5 --- docs/release_notes.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index f9ab4676..5bc73c3a 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -9,10 +9,18 @@ The OCRmyPDF package itself does not contain a public API, although it is fairly find: [^`]\#([0-9]{1,3})[^0-9] replace: `#$1 `_ +v6.1.5 +------ + +- Fix issue `#253 `_, a possible division by zero when using the ``hocr`` renderer. + +- Fix incorrectly formatted ```` field inside XMP metadata for PDF/As. veraPDF flags this as a PDF/A validation failure. The error is caused the timezone and final digit of the seconds of modified time to be omitted, so at worst the modification time stamp is rounded to the nearest 10 seconds. + + v6.1.4 ------ -- Fix issue #248, ``--clean`` argument may remove OCR from left column of text on certain documents. We now set ``--layout none`` to suppress this. +- Fix issue `#248 `_ ``--clean`` argument may remove OCR from left column of text on certain documents. We now set ``--layout none`` to suppress this. - The test cache was updated to reflect the change above.