wasm-v2.11.0
run-llama/liteparsewasm-v2.11.0Aug 3, 2026by github-actions[bot]
AI Summary
This release enhances the WebAssembly binding by improving table extraction accuracy, adding proper text direction detection, and exposing metadata about the PDF document's origin.
Key Highlights
- Improved table extraction quality
- Added proper Right-to-Left (RTL) and Left-to-Right (LTR) text detection
- Exposed PDF document provenance metadata
New Features
- Enhanced table extraction
- Text direction detection
- PDF provenance metadata exposure
Full Release Notes
## What's Changed * feat: improve table extraction quality by @logan-markewich in https://github.com/run-llama/liteparse/pull/394 * fix: add proper RTL and LTR text detection by @logan-markewich in https://github.com/run-llama/liteparse/pull/393 * feat: expose PDF document provenance metadata by @hexapode in https://github.com/run-llama/liteparse/pull/381 **Full Changelog**: https://github.com/run-llama/liteparse/compare/node-v2.10.1...wasm-v2.11.0