node-v2.7.0
run-llama/liteparsenode-v2.7.0Jul 20, 2026by github-actions[bot]
AI Summary
Improves Python search flexibility, fixes word bounding box tracking, restores CLI file support via piping, and adds an optional OAR-OCR backend.
Key Highlights
- Made Python search_items input more flexible
- Fixed tracking of proper word bounding boxes
- Restored piped CLI file support
- Added optional OAR-OCR backend
New Features
- Flexible input for search_items
- Proper word bounding boxes
- Restored piped CLI file support
- OAR-OCR backend
Full Release Notes
## What's Changed * fix: python search_items more flexible input by @logan-markewich in https://github.com/run-llama/liteparse/pull/365 * fix: keep track of proper word bboxes by @logan-markewich in https://github.com/run-llama/liteparse/pull/366 * fix: restore piped cli file support by @logan-markewich in https://github.com/run-llama/liteparse/pull/367 * fix: add updated values to python config object by @logan-markewich in https://github.com/run-llama/liteparse/pull/368 * feat(ocr): add optional oar-ocr backend by @logan-markewich in https://github.com/run-llama/liteparse/pull/364 * feat(ocr): add optional oar-ocr backend by @wey-gu in https://github.com/run-llama/liteparse/pull/352 **Full Changelog**: https://github.com/run-llama/liteparse/compare/docker-v2.6.0...node-v2.7.0