node-v2.12.0

discourse/discoursenode-v2.12.0Aug 13, 2026by github-actions[bot]

AI Summary

This release enhances the Node.js library for document parsing by adding page count exposure, bounded-memory batch parsing, and screenshot support while fixing text clipping issues.

Key Highlights

  • Expose source document page count
  • Add bounded-memory batch parsing
  • Support tolerant page extraction errors
  • Return screenshots from parse
  • Fix text clipping on rotated page edges

New Features

  • Expose source document page count
  • Add bounded-memory batch parsing
  • Support tolerant page extraction errors
  • Return screenshots from parse
  • Fix text clipping on rotated page edges

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