New
v6.0.0
What's Changed
- Fixed memory leaks (#977)
- This version fixed a long-standing issue where memory would rise over time, eventually leading to a crash.
- Reduced runtime and memory usage for most users by updating default formats (#916).
- Fixed compatibility with Electron main process (#925)
- Fixed bug where user-provided parameters were overwritten by defaults (#975).
Breaking Changes
- All outputs formats other than
textare now disabled by default.- To re-enable the
hocroutput (for example), set the following:worker.recognize(image, {}, { hocr: true })- See here for a list of possible output formats.
- To re-enable the