fix(deps): update dependency tesseract.js to v5.0.5
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
tesseract.js | dependencies | patch | 5.0.4 -> 5.0.5 |
⚠ WarningSome dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
naptha/tesseract.js (tesseract.js)
v5.0.5
What's Changed
- Fixed bug triggered by running
worker.recognize
while a previous call toworker.recognize
is still running (#875)- Sending multiple jobs to the same worker at the same time is still not recommended.
- Instead, schedulers should be used to coordinate running jobs in parallel (see this example)
- Fixed bug with
rotateAuto
option unnecessarily inflating runtime (#892) - Minor fixes to documentation and types
Full Changelog: https://github.com/naptha/tesseract.js/compare/v5.0.4...v5.0.5
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.