python-v2.14.2
run-llama/liteparsepython-v2.14.2Aug 27, 2026by github-actions[bot]
AI Summary
This release focuses on performance improvements, specifically reducing memory usage and latency when handling large documents. It also optimizes browser OCR by removing the Tokio dependency and improving image encoding.
Key Highlights
- Reduced memory and latency for large docs
- Browser OCR runs without Tokio
- Encode images
New Features
- Browser OCR optimization without Tokio
- Image encoding improvements
Full Release Notes
## What's Changed * fix: reduce memory and latency for large docs by @logan-markewich in https://github.com/run-llama/liteparse/pull/441 * fix(wasm): run browser OCR without Tokio, encode images by @Choudhry18 in https://github.com/run-llama/liteparse/pull/440 ## New Contributors * @Choudhry18 made their first contribution in https://github.com/run-llama/liteparse/pull/440 **Full Changelog**: https://github.com/run-llama/liteparse/compare/crates-v2.14.1...python-v2.14.2