What's Changed
- Added SIMD-detection when
corePath
is manually specified (#735)- Important note for users who set
corePath
: for significantly faster performance, setcorePath
to a directory that includes bothtesseract-core.wasm.js
andtesseract-core-simd.wasm.js
- See this comment for explanation
- Important note for users who set
- Improved auto-rotate feature (
rotateAuto: true
) (#747) - Switched default CDN from unpkg to jsdelivr (#743)
- Updated various dependencies (#729, #736, #737, #739, #741)
- Reduced size of npm package (#731, #734, #740)
New Contributors
Full Changelog: v4.0.3...v4.0.4