Skip to content

Commit 5131699

Browse files
committed
4.0.0 Release
1 parent ba64aaf commit 5131699

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

ChangeLog

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2017-03-24 - V4.00.00-alpha
1+
2018-10-29 - V4.0.0
22
* Added new neural network system based on LSTMs, with major accuracy gains.
33
* Improvements to PDF rendering.
44
* Fixes to trainingdata rendering.
@@ -18,6 +18,7 @@
1818
* Enabled OpenMP support.
1919
* Parameter unlv_tilde_crunching change to false.
2020
* Miscellaneous Fixes.
21+
* 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
2122

2223
2017-02-16 - V3.05.00
2324
* Made some fine tuning to the hOCR output.

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ at Hewlett-Packard Co, Greeley Colorado between 1985 and 1994, with some
3939
more changes made in 1996 to port to Windows, and some C++izing in 1998.
4040
In 2005 Tesseract was open sourced by HP. Since 2006 it is developed by Google.
4141

42-
The latest stable version is **[3.05.01](https://github.com/tesseract-ocr/tesseract/releases/tag/3.05.01)**, released on June 1, 2017. Latest source code for 3.05 is available from [3.05 branch on GitHub](https://github.com/tesseract-ocr/tesseract/tree/3.05).
42+
The latest stable version is **[4.0.0](https://github.com/tesseract-ocr/tesseract/releases/tag/4.0.0)**, released on October 29, 2018. Latest source code for 4.0 is available from [master branch on GitHub](https://github.com/tesseract-ocr/tesseract/tree/master). Open issues can be found in [issue tracker](https://github.com/tesseract-ocr/tesseract/issues), and [Planning wiki](https://github.com/tesseract-ocr/tesseract/wiki/Planning#400).
43+
44+
The latest 3.5 version is **[3.05.02](https://github.com/tesseract-ocr/tesseract/releases/tag/3.05.02)**, released on June 19, 2018. Latest source code for 3.05 is available from [3.05 branch on GitHub](https://github.com/tesseract-ocr/tesseract/tree/3.05). There is no development for this version, but it can be used for special cases (e.g. see [Regression of features from 3.0x](https://github.com/tesseract-ocr/tesseract/wiki/Planning#regression-of-features-from-30x)).
4345

4446
Source code for the new **[LSTM based 4.0 version](https://github.com/tesseract-ocr/tesseract)** is available from the master branch on GitHub. Please note this branch is under active development.
4547

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.0-rc4
1+
4.0.0

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ AM_INIT_AUTOMAKE([foreign subdir-objects])
2525
# Define date of package, etc. Could be useful in auto-generated
2626
# documentation.
2727
PACKAGE_YEAR=2018
28-
PACKAGE_DATE="03/12"
28+
PACKAGE_DATE="10/29"
2929

3030
abs_top_srcdir=`AS_DIRNAME([$0])`
3131

0 commit comments

Comments
 (0)