From 8a8591a9dbe8f49c7611a29942761a6fbe77d412 Mon Sep 17 00:00:00 2001 From: zdenop Date: Mon, 1 Jul 2019 19:21:51 +0200 Subject: [PATCH] update Changelog (main 4.1 changes) --- ChangeLog | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0806fcc4e1..ff421d9b30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2019-xx-xx - V4.1.0 + * Added new renders Alto, LSTMBox, WordStrBox. + * Added character boxes in hOCR output. + * Added python training scripts (experimental) as alternative shell scripts. + * Better support AVX / AVX2 / SSE. + * Disable OpenMP support by default (see e.g. #1171, #1081). + * Fix for bounding box problem. + * Implemented support for whitelist/blacklist in LSTM engine. + * Improved cmake configuration. + * Code modernization and improvements. + * A lot of bug fixes... + 2018-10-29 - V4.0.0 * Added new neural network system based on LSTMs, with major accuracy gains. * Improvements to PDF rendering. @@ -18,7 +30,7 @@ * Enabled OpenMP support. * Parameter unlv_tilde_crunching change to false. * Miscellaneous Fixes. - * Detailed Changelog can be foud at https://github.com/tesseract-ocr/tesseract/wiki/4.0x-Changelog and https://github.com/tesseract-ocr/tesseract/wiki/ReleaseNotes#tesseract-release-notes-oct-29-2018---v400 + * Detailed Changelog can be found at https://github.com/tesseract-ocr/tesseract/wiki/4.0x-Changelog and https://github.com/tesseract-ocr/tesseract/wiki/ReleaseNotes#tesseract-release-notes-oct-29-2018---v400 2017-02-16 - V3.05.00 * Made some fine tuning to the hOCR output.