mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-19 06:53:36 +08:00
Create new release 5.0.0-rc2
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
f0b8c0254b
commit
66dc90bc5f
@ -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
|
||||
|
||||
|
@ -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])`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user