fix(deps): update dependency tesseract.js to v5.1.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
tesseract.js | dependencies | minor | 5.0.5 -> 5.1.0 |
⚠ WarningSome dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
naptha/tesseract.js (tesseract.js)
v5.1.0
What's Changed
- Added line size metrics to
blocks
output (#906)-
line
objects now include a property namedrowAttributes
, which is an object containingascenders
,descenders
, androw_height
metrics - These metrics allow for manual font size calculations that are more accurate than using the
font_size
property.
-
- Updates to documentation, types, and dependencies
New Contributors
- @Kishlay-notabot made their first contribution in https://github.com/naptha/tesseract.js/pull/896
- @k-nero made their first contribution in https://github.com/naptha/tesseract.js/pull/922
Full Changelog: https://github.com/naptha/tesseract.js/compare/v5.0.5...v5.1.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.