v5.0.5
What's Changed
- Fixed bug triggered by running
worker.recognizewhile a previous call toworker.recognizeis 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
rotateAutooption unnecessarily inflating runtime (#892) - Minor fixes to documentation and types
Full Changelog: v5.0.4...v5.0.5