Create new release 5.0.0-rc2

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2021-11-14 20:04:23 +01:00
parent f0b8c0254b
commit 66dc90bc5f
3 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2021-10-29 - V5.0.0-rc1
2021-11-14 - V5.0.0-rc2
* Faster training and recognition by default (float instead of
double calculations)
* More options for binarization
@ -8,6 +8,7 @@
from public API
* 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 unit tests and fuzzing tests
* Lots of bug fixes

View File

@ -1 +1 @@
5.0.0-rc1
5.0.0-rc2

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="10/29"
PACKAGE_DATE="11/14"
abs_top_srcdir=`AS_DIRNAME([$0])`