Tesseract.js v5.0.5

v5.0.5
Changed 1
  • Minor fixes to documentation and types
Fixed 2
  • Fixed bug triggered by running worker.recognize while a previous call to worker.recognize is still running
  • Fixed bug with rotateAuto option unnecessarily inflating runtime

From Tesseract.js

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 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

View original

Upgraded? How did it go?

Discussion