node-v2.12.0
MCP-UI-Org/mcp-uinode-v2.12.0Aug 13, 2026by github-actions[bot]
AI Summary
Node.js parser library update adding bounded memory batch parsing, screenshot support, and error tolerance improvements for document extraction.
Key Highlights
- Bounded-memory batch parsing support
- Return screenshots from parse operations
- Support tolerant page extraction errors
- Fix text clipping on rotated page edges
New Features
- Bounded-memory batch parsing
- Screenshot support
- Tolerant page extraction error handling
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