node-v2.12.0
run-llama/liteparsenode-v2.12.0Aug 13, 2026by github-actions[bot]
AI Summary
Introduces significant improvements including memory-efficient batch parsing, screenshot export, and page count exposure, alongside various bug fixes.
Key Highlights
- Added bounded-memory batch parsing
- Added source document page count exposure
- Return screenshots from parse
- Support tolerant page extraction errors
New Features
- Expose source document page count
- Add bounded-memory batch parsing
- Return screenshots from parse
Full Release Notes
## What's Changed * feat: expose source document page count by @hexapode in https://github.com/run-llama/liteparse/pull/408 * feat(node): add bounded-memory batch parsing by @hexapode in https://github.com/run-llama/liteparse/pull/409 * Support tolerant page extraction errors by @hexapode in https://github.com/run-llama/liteparse/pull/410 * Return screenshots from parse by @hexapode in https://github.com/run-llama/liteparse/pull/411 * Fix text clipping on rotated page edges by @hexapode in https://github.com/run-llama/liteparse/pull/412 * fix(markdown): don't backslash-escape inside inline code spans by @shuvamk in https://github.com/run-llama/liteparse/pull/390 ## New Contributors * @shuvamk made their first contribution in https://github.com/run-llama/liteparse/pull/390 **Full Changelog**: https://github.com/run-llama/liteparse/compare/crates-v2.11.1...node-v2.12.0