mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 12:49:35 +08:00
Create new release 5.3.1
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
f833491ddb
commit
71af454299
@ -1,3 +1,11 @@
|
||||
2023-04-01 - V5.3.1
|
||||
* Bug fixes for some special scenarios:
|
||||
* Fix issue #4010.
|
||||
* textord: Catch empty rows in block iterator (fixes #4039).
|
||||
* Fix FP division by zero (issue #3995).
|
||||
* Improve documentation and log messages.
|
||||
* Build fixes and improvements (mainly for cmake).
|
||||
|
||||
2022-12-22 - V5.3.0
|
||||
* Minor updates for documentation and cmake builds.
|
||||
|
||||
|
@ -28,8 +28,8 @@ AM_INIT_AUTOMAKE([foreign subdir-objects nostdinc])
|
||||
|
||||
# Define date of package, etc. Could be useful in auto-generated
|
||||
# documentation.
|
||||
PACKAGE_YEAR=2022
|
||||
PACKAGE_DATE="12/22"
|
||||
PACKAGE_YEAR=2023
|
||||
PACKAGE_DATE="04/01"
|
||||
|
||||
abs_top_srcdir=`AS_DIRNAME([$0])`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user