File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ 2022-03-01 - V5.1.0
2+ * Handle image and line regions in output formats ALTO, hOCR and text.
3+ * New parameter curl_timeout for curl_easy_setop.
4+ * Build fixes and improvements.
5+ * Catch nullptr in PageIterator::Orientation to improve robustness.
6+ * Remove unused code.
7+
182022-01-06 - V5.0.1
29 * Add SPDX-License-Identifier to public include files.
310 * Support redirections when running OCR on a URL.
Original file line number Diff line number Diff line change 1- 5.0.1
1+ 5.1.0
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=2022
32- PACKAGE_DATE=" 01/07 "
32+ PACKAGE_DATE=" 03/01 "
3333
3434abs_top_srcdir=` AS_DIRNAME([$0 ])`
3535
You can’t perform that action at this time.
0 commit comments