python-v2.2.1
run-llama/liteparsepython-v2.2.1Jun 25, 2026by github-actions[bot]
AI Summary
Adds a new OCR engine (Surya 2) and improves font detection and performance by optimizing bitmap processing.
Key Highlights
- Add Surya OCR 2 server support
- Improve buggy font detection and recovery
- Optimize OCR page bitmaps to grayscale for internal binarization
New Features
- Add Surya OCR 2 server (ocr/suryaocr)
- Improve buggy font detection/recovery
Full Release Notes
## What's Changed * feat: Add Surya OCR 2 server (ocr/suryaocr) by @wuxuedaifu in https://github.com/run-llama/liteparse/pull/323 * feat: improve buggy font detection/recovery by @logan-markewich in https://github.com/run-llama/liteparse/pull/326 * perf: OCR page bitmaps in grayscale for engines that binarize internally by @jmho-govsignals in https://github.com/run-llama/liteparse/pull/319 ## New Contributors * @wuxuedaifu made their first contribution in https://github.com/run-llama/liteparse/pull/323 **Full Changelog**: https://github.com/run-llama/liteparse/compare/crates-v2.2.0...python-v2.2.1