Skip to content

5.3.4

Latest
Compare
Choose a tag to compare
@stweil stweil released this 18 Jan 09:12
· 57 commits to main since this release
5.3.4

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 #4150
  • Move bail_out function before libtoolize check by @STMiki in #4151
  • Improve OCR for an image URL
    • Fail on curl download errors
    • Add new parameter curl_cookiefile for curl_easy_setopt by @stweil in #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 #4162
  • Fix some compiler warnings and avoid unnecessary conversions from std::string to char pointer by @stweil in #4174
  • Fix a tiny typo in publictypes.h by @sadra-barikbin in #4178
  • Fixes for autoconf, clang and sw builds
  • Other small improvements for code and documentation.

New Contributors

Full Changelog: 5.3.3...5.3.4