File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- 2021-11-14 - V5.0.0-rc2
1
+ 2021-11-22 - V5.0.0-rc3
2
2
* Faster training and recognition by default (float instead of
3
3
double calculations)
4
4
* More options for binarization
9
9
* pdf.ttf no longer needed, now integrated into the code
10
10
* Faster flat build with automake
11
11
* New options for combine_tessdata to show details of traineddata files
12
+ * Improved training messages
12
13
* Improved unit tests and fuzzing tests
13
14
* Lots of bug fixes
14
15
Original file line number Diff line number Diff line change 1
- 5.0.0-rc2
1
+ 5.0.0-rc3
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ AM_INIT_AUTOMAKE([foreign subdir-objects nostdinc])
29
29
# Define date of package, etc. Could be useful in auto-generated
30
30
# documentation.
31
31
PACKAGE_YEAR=2021
32
- PACKAGE_DATE=" 11/14 "
32
+ PACKAGE_DATE=" 11/22 "
33
33
34
34
abs_top_srcdir=` AS_DIRNAME([$0 ])`
35
35
You can’t perform that action at this time.
0 commit comments