Tesseract Core v1.1.1 released

This release only brings some bug fixes; namely:

  • We create in the Dockerfile a tesseract user and group to improve compatibility with various base images, and
  • Fix a feedback loop in redirection of output.

For more details, see the PRs linked in the Changelog

Release v1.1.1

What’s Changed

Bug Fixes

  • Create tesseract user and group (#369)

  • Avoid a potential feedback loop in output redirection (#367)

Full diff: v1.1.0…v1.1.1