chore: 🚢 release v1.5.0#507
Merged
Merged
Conversation
PasteurBot
requested review from
apaleyes,
dionhaefner and
xalelax
as code owners
March 4, 2026 14:07
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #507 +/- ##
==========================================
- Coverage 68.19% 68.14% -0.05%
==========================================
Files 31 31
Lines 4094 4094
Branches 652 652
==========================================
- Hits 2792 2790 -2
- Misses 1077 1079 +2
Partials 225 225 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
xalelax
approved these changes
Mar 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the generated changelog for the release v1.5.0.
To specify additional release notes, please edit this comment after the following line.
Action required: migrate away from
Tesseract(url)The
Tesseract(url)constructor is now deprecated and will be removed in a future release. Calling it now raises an explicit deprecation warning. Update your code:Highlights
Profiling and tracing
We've added two new
tesseract runflags for debugging without modifying your code:Live log streaming
Logs from inside a running Tesseract are now streamed in real time instead of buffered until completion, useful for long-running jobs.
CLI: works automatically with
tesseract run.Python API (
from_imageandfrom_tesseract_apionly — not available withfrom_url):Things to look out for
tesseract_api.py#488):multiprocessingnow works as expected withintesseract_api.py; local modules andtesseract_api.pyare correctly importable in subprocesses./tmppermissions (fix: Relax permissions on/tmpinside Tesseracts after build-time check #506): If your Tesseract writes to/tmpat build time (e.g., caching libraries), it will no longer fail at runtime; after runtime checks execute, we relax the permissions to/tmpand subfolders so other users can read/write there as well.See the changelog below for the full list of changes.