From 3d6907f7f697d679b5ed9441077d5686c4b5f0ee Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Thu, 27 May 2021 13:53:33 -0700 Subject: [PATCH] v12.0.3 release notes --- docs/release_notes.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 2d171340..701e1e4d 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -12,6 +12,14 @@ may be unreliable. Use the API to depend on precise behavior. The public API may be useful in scripts that launch OCRmyPDF processes or that wish to use some of its features for working with PDFs. +v12.0.3 +======= + +- Expand the list of languages supported by the hocr PDF renderer. + Several languages were previously considered not supported, particularly those + non-European languages that use the Latin alphabet. +- Fixed a case where the exception stack trace was suppressed in verbose mode. +- Improved documentation around commercial OCR. v12.0.2 =======