fix(deps): update dependency tesseract.js to v4.1.2
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
tesseract.js | dependencies | patch | 4.1.1 -> 4.1.2 |
Release Notes
naptha/tesseract.js (tesseract.js)
v4.1.2
What's Changed
- Fixed bug causing excessive memory use when using
FS
+writeFile
function (#812) - Fixed bug where setting output option
debug: true
was forcing recognition to be run (#788) - Added warning message when
setParameters
is used to set options that can only be set duringinitialize
(#816) - Minor edits to reduce memory use (#815)
- Minor changes to documentation, types, and example code (#575, #791, #803, #805, #810, #817)
New Contributors
- @Simple7575 made their first contribution in https://github.com/naptha/tesseract.js/pull/791
- @jiakuan made their first contribution in https://github.com/naptha/tesseract.js/pull/805
- @omarboulbaze made their first contribution in https://github.com/naptha/tesseract.js/pull/575
Full Changelog: https://github.com/naptha/tesseract.js/compare/v4.1.1...v4.1.2
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.