mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 12:49:35 +08:00
Create new release 5.1.0
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
59b4b1eaf8
commit
c2a3efe282
@ -1,3 +1,10 @@
|
||||
2022-03-01 - V5.1.0
|
||||
* Handle image and line regions in output formats ALTO, hOCR and text.
|
||||
* New parameter curl_timeout for curl_easy_setop.
|
||||
* Build fixes and improvements.
|
||||
* Catch nullptr in PageIterator::Orientation to improve robustness.
|
||||
* Remove unused code.
|
||||
|
||||
2022-01-06 - V5.0.1
|
||||
* Add SPDX-License-Identifier to public include files.
|
||||
* Support redirections when running OCR on a URL.
|
||||
|
@ -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=2022
|
||||
PACKAGE_DATE="01/07"
|
||||
PACKAGE_DATE="03/01"
|
||||
|
||||
abs_top_srcdir=`AS_DIRNAME([$0])`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user