Tesseract Core v1.8.1 released

Release v1.8.1

This is a bug fix release addressing two issues related to file path handling.

  • OutputPath with chdir: Fixed a bug where using chdir in combination with OutputPath would fail (#578). If you were working around this, you can now use them together as expected.
  • OutputFileReference validation: Fixed broken validation for OutputFileReference (#581). Validation now works correctly again, although the type is still deprecated.

What’s Changed

Bug Fixes

  • Bug when using chdir with OutputPath (#578)
  • OutputFileReference validation was broken (#581)

Documentation

  • Move unclickable GH links to example subpages (#570)

Full diff: Comparing v1.8.0...v1.8.1 · pasteurlabs/tesseract-core · GitHub