Skip to content

Commit

Permalink
Merge pull request tesseract-ocr#783 from Shreeshrii/patch-1
Browse files Browse the repository at this point in the history
Update ChangeLog
  • Loading branch information
zdenop authored Mar 25, 2017
2 parents cf245f8 + f7ca771 commit f837cc0
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
2016-11-11 - V4.00.00
2017-03-24 - V4.00.00-alpha
* Added new neural network system based on LSTMs, with major accuracy gains.
* Improvements to PDF rendering.
* Fixes to trainingdata rendering.
* Fixes to trainingdata rendering.
* Added LSTM models+lang models to 101 languages. (tessdata repository)
* Improved multi-page TIFF handling.
* Fixed damage to binary images when processing PDFs.
* Fixes to training process to allow incremental training from a recognition model.
* Made LSTM the default engine, pushed cube out.
* Deleted cube code.
* Changed OEModes --oem 0 for legacy tesseract engine, --oem 1 for LSTM, --oem 2 for both, --oem 3 for default.
* Require leptonica 1.74 or higher.
* Avoid use of Leptonica debug parameters or functions.
* Fixed multi-language mode.
* Removed support for VS2010.
* Added Support for VS2015 and VS2017 with CPPAN.
* Implemented invisible text only for PDF.
* Added AVX / SSE support for Windows
* Enabled OpenMP support.
* Miscellaneous Fixes.

2017-02-16 - V3.05.00
* Made some fine tuning to the hOCR output.
Expand All @@ -24,7 +40,7 @@
* Fixed some openCL issues.
* Added option to build Tesseract with CMake build system.
* Implemented CPPAN support for easy Windows building.

2016-02-17 - V3.04.01
* Added OSD renderer for psm 0. Works for single page and multi-page images.
* Improve tesstrain.sh script.
Expand Down

0 comments on commit f837cc0

Please sign in to comment.