Create new release 5.0.0-rc3

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2021-11-22 22:01:18 +01:00
parent 2087c45f20
commit ee29fca9ce
3 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2021-11-14 - V5.0.0-rc2
2021-11-22 - V5.0.0-rc3
* Faster training and recognition by default (float instead of
double calculations)
* More options for binarization
@ -9,6 +9,7 @@
* pdf.ttf no longer needed, now integrated into the code
* Faster flat build with automake
* New options for combine_tessdata to show details of traineddata files
* Improved training messages
* Improved unit tests and fuzzing tests
* Lots of bug fixes

View File

@ -1 +1 @@
5.0.0-rc2
5.0.0-rc3

View File

@ -29,7 +29,7 @@ AM_INIT_AUTOMAKE([foreign subdir-objects nostdinc])
# Define date of package, etc. Could be useful in auto-generated
# documentation.
PACKAGE_YEAR=2021
PACKAGE_DATE="11/14"
PACKAGE_DATE="11/22"
abs_top_srcdir=`AS_DIRNAME([$0])`