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
22 * Faster training and recognition by default (float instead of
33 double calculations)
44 * More options for binarization
99 * pdf.ttf no longer needed, now integrated into the code
1010 * Faster flat build with automake
1111 * New options for combine_tessdata to show details of traineddata files
12+ * Improved training messages
1213 * Improved unit tests and fuzzing tests
1314 * Lots of bug fixes
1415
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])
2929# Define date of package, etc. Could be useful in auto-generated
3030# documentation.
3131PACKAGE_YEAR=2021
32- PACKAGE_DATE=" 11/14 "
32+ PACKAGE_DATE=" 11/22 "
3333
3434abs_top_srcdir=` AS_DIRNAME([$0 ])`
3535
You can’t perform that action at this time.
0 commit comments