Releases: robertknight/tesseract-wasm
Releases · robertknight/tesseract-wasm
v0.10.0
v0.9.0
v0.8.0
v0.7.0
What's Changed
- Add support for setting Tesseract configuration variables in OCREngine by @wydengyre in #52. Note that this is a feature for power-users and not all configuration variables will work in the WebAssembly/browser/Node environment.
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- Upgrade Tesseract version to 5.2.0 by @wydengyre in #48
- Add
clearImage
method to OCREngine/OCRClient by @robertknight in #40 - Add processing time display in web demo app by @robertknight in #42
New Contributors
- @wydengyre made their first contribution in #48
Full Changelog: v0.5.0...v0.6.0
v0.5.0
This release contains various improvements to the TypeScript types. See full comparison for details.
v0.4.0
- Add simple orientation detection (#34). The initial implementation is fast but simplistic and works best for Latin text which is not all uppercase.
- Add workaround for Chrome bug with handling of rotated images (#36)
- Further reduce peak memory usage when loading images, reducing risk of hitting the current memory cap (#32)