crates-v2.8.1
run-llama/liteparsecrates-v2.8.1Jul 23, 2026by github-actions[bot]
AI Summary
Core Rust crates and CLI tools updated to remove imagemagick from documentation and fix OCR memory usage.
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...crates-v2.8.1