# Tesseract.js v5.0.5 - Product: Tesseract.js (https://whatsnew.fyi/product/tesseract-js) - Vendor: naptha - Date: 2024-02-26 - Version: v5.0.5 - Original notes: https://github.com/naptha/tesseract.js/releases/tag/v5.0.5 - Permalink: https://whatsnew.fyi/product/tesseract-js/releases/v5.0.5 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Fixed bug triggered by running worker.recognize while a previous call to worker.recognize is still running - **fixed** — Fixed bug with rotateAuto option unnecessarily inflating runtime - **changed** — Minor fixes to documentation and types ##### What's Changed * Fixed bug triggered by running `worker.recognize` while a previous call to `worker.recognize` is still running (#875) * Sending multiple jobs to the same worker at the same time is still not recommended. * Instead, [schedulers](https://github.com/naptha/tesseract.js/blob/master/docs/workers_vs_schedulers.md) should be used to coordinate running jobs in parallel (see [this example](https://github.com/naptha/tesseract.js/blob/master/examples/browser/basic-scheduler.html)) * 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