mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 12:49:35 +08:00
Create new release 5.0.0-rc3
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
2087c45f20
commit
ee29fca9ce
@ -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
|
||||
|
||||
|
@ -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])`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user