Skip to content

Releases: tesseract-ocr/tesseract

5.5.0

10 Nov 19:29
5.5.0
Compare
Choose a tag to compare

What's Changed

  • Fix TARGET_PDB_FILE error for static linking. by @hglee in #4271
  • Make regular usage of CMAKE_INSTALL_LIBDIR and GNUInstallDirs by @Zopolis4 in #4272
  • Ignore illegal TESSDATA_PREFIX (not existing filesystem entry, issue #4277) by @stweil in #4278
  • Fix confidence output for the PAGE XML renderer by @JKamlah in #4283
  • Set hOCR capabilities ocrp_dir and ocrp_lang unconditionally by @stweil in #4301
  • Reduce clock syscalls by @heshpdx in #4303
  • Calculate row bounding box in single-word mode per #4304 by @Balearica in #4305
  • Replace access/_access by std::filesystem::exists by @stweil in #4307
  • Modernize code for list of available models by @stweil in #4308
  • Fix performance and other issues reported by Codacy by @stweil in #4309
  • Remove unnecessary assignment and assertions by @stweil in #4313
  • Update code for tprintf by @stweil in #4306
  • Add C++ stream for log messages and use it in two debug messages by @stweil in #4314
  • cmake: Correctly set the soversion based on SemVer properties by @Conan-Kudo in #4319
  • Replace deprecated runner macos-12 by macos-latest in GitHub actions by @stweil in #4326
  • Modernize code for renderers and remove filename conversion for Windows by @stweil in #4330
  • Fix some typos and grammer issues by @stweil in #4337
  • Add GitHub action and Makefile target for Windows installer by @stweil in #4341
  • Support symbolic values for --oem and --psm options by @stweil in #4344
  • Replace some tprintf by tesserr stream (fixes Windows compiler warnings) by @stweil in #4345
  • Add RISC-V V support #4346
  • Fix and improve Windows installer by @stweil in #4348
  • Remove Tensorflow support by @stweil in #4350
  • Update submodule googletest to release v1.15.2 by @stweil in #4352

New Contributors

Full Changelog: 5.4.1...5.5.0

5.4.1

11 Jun 18:25
5.4.1
Compare
Choose a tag to compare

What's Changed

This release fixes a regression with legacy or mixed models (issue #4257).

Full Changelog: 5.4.0...5.4.1

5.4.0

06 Jun 13:35
5.4.0
Compare
Choose a tag to compare

What's Changed

This releases provides an improved PDF renderer, adds a new PAGE XML renderer, extends the API to retrieve the text angle/gradient and has lots of smaller updates for code and documentation:

New Contributors

Full Changelog: 5.3.4...5.4.0

5.4.0-rc2

19 May 10:02
5.4.0-rc2
Compare
Choose a tag to compare
5.4.0-rc2 Pre-release
Pre-release

What's Changed

  • Fix setup of datadir on installations with Conda (issue #4230) by @stweil in #4240
  • Fix FP exception in Wordrec::angle_change (issue #4242) by @stweil in #4243
  • Update sw.yml

Full Changelog: 5.4.0-rc1...5.4.0-rc2

5.4.0-rc1

12 May 13:46
5.4.0-rc1
Compare
Choose a tag to compare
5.4.0-rc1 Pre-release
Pre-release

What's Changed

This releases provides an improved PDF renderer, adds a new PAGE XML renderer, extends the API to retrieve the text angle/gradient and has lots of smaller updates for code and documentation:

New Contributors

Full Changelog: 5.3.4...5.4.0-rc1

5.3.4

18 Jan 09:12
5.3.4
Compare
Choose a tag to compare

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

5.3.3

05 Oct 19:05
5.3.3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.3.2...5.3.3

5.3.2

11 Jul 11:58
5.3.2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.3.1...5.3.2

5.3.1

01 Apr 19:55
5.3.1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.3.0...5.3.1

5.3.0

22 Dec 14:16
5.3.0
Compare
Choose a tag to compare

This is a new minor version of Tesseract 5.

What's Changed

New Contributors

Full Changelog: 5.2.0...5.3.0