node-v2.8.1
run-llama/liteparsenode-v2.8.1Jul 23, 2026by github-actions[bot]
AI Summary
Node.js implementation updated to remove imagemagick dependency from documentation and fix OCR memory bounds.
Key Highlights
- Documentation update removing imagemagick requirement
- Fixed OCR memory usage by clamping DPI
New Features
- Documentation updates
- Memory optimization fix
Full Release Notes
## What's Changed * docs: update various docs to note that imagemagick is no longer needed by @AstraBert in https://github.com/run-llama/liteparse/pull/375 * fix(ocr): clamp page-render DPI to a max long edge to bound raster memory by @jonathan-whitaker in https://github.com/run-llama/liteparse/pull/380 ## New Contributors * @jonathan-whitaker made their first contribution in https://github.com/run-llama/liteparse/pull/380 **Full Changelog**: https://github.com/run-llama/liteparse/compare/crates-v2.8.0...node-v2.8.1