5.3.4
版本发布时间: 2024-01-18 17:12:03
tesseract-ocr/tesseract最新发布版本:5.4.1(2024-06-12 02:25:20)
What's Changed
- Fixes for autoconf, clang and sw builds
- Send output of combine_tessdata -d to stdout instead of stderr. Fixes #4149 by @tfmorris in https://github.com/tesseract-ocr/tesseract/pull/4150
- Move bail_out function before libtoolize check by @STMiki in https://github.com/tesseract-ocr/tesseract/pull/4151
- Improve OCR for an image URL
- Fail on curl download errors
- Add new parameter curl_cookiefile for curl_easy_setopt by @stweil in https://github.com/tesseract-ocr/tesseract/pull/4156
- Set User-Agent: header field in HTTP request for curl downloads
- Force TCP v4 for socket to ScrollView server. Fixes #3000 by @tfmorris in https://github.com/tesseract-ocr/tesseract/pull/4162
- Fix some compiler warnings and avoid unnecessary conversions from std::string to char pointer by @stweil in https://github.com/tesseract-ocr/tesseract/pull/4174
- Fix a tiny typo in
publictypes.h
by @sadra-barikbin in https://github.com/tesseract-ocr/tesseract/pull/4178 - Fixes for autoconf, clang and sw builds
- Other small improvements for code and documentation.
New Contributors
- @STMiki made their first contribution in https://github.com/tesseract-ocr/tesseract/pull/4151
- @sadra-barikbin made their first contribution in https://github.com/tesseract-ocr/tesseract/pull/4178
Full Changelog: https://github.com/tesseract-ocr/tesseract/compare/5.3.3...5.3.4