node-v2.8.1
parruda/swarmnode-v2.8.1Jul 23, 2026by github-actions[bot]
AI Summary
Liteparse v2.8.1 updates documentation regarding image processing dependencies and fixes an OCR issue related to raster memory bounds by clamping page-render DPI.
Key Highlights
- Documentation updated to note that ImageMagick is no longer needed
- OCR fix to clamp page-render DPI to prevent raster memory overflow
- New contributor joined the project
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