node-v2.0.5
run-llama/liteparsenode-v2.0.5Jun 2, 2026by github-actions[bot]
AI Summary
Node.js v2.0.5 introduces fixes for OCR failures and adds support for musl builds and cross-platform releases.
Key Highlights
- Fixed systemic OCR failure to surface errors instead of silent success
- Fixed OCR merge logic for overlapping lines
- Added musl builds
- Added Intel Mac and Windows ARM releases
New Features
- Musl builds
- Intel Mac and Windows ARM releases
Full Release Notes
## What's Changed * chore(deps): bump tar from 0.4.45 to 0.4.46 by @dependabot[bot] in https://github.com/run-llama/liteparse/pull/260 * fix(ocr): surface systemic OCR failure instead of silent success (#253) by @aldoeliacim in https://github.com/run-llama/liteparse/pull/257 * feat: musl builds that work! by @AstraBert in https://github.com/run-llama/liteparse/pull/247 * fix: OCR merge dropping overlapping lines, not prioritizing OCR text by @logan-markewich in https://github.com/run-llama/liteparse/pull/266 * feat: add intel mac and windows arm releases by @logan-markewich in https://github.com/run-llama/liteparse/pull/267 * fix: python wheel did not properly record binaries by @logan-markewich in https://github.com/run-llama/liteparse/pull/268 ## New Contributors * @aldoeliacim made their first contribution in https://github.com/run-llama/liteparse/pull/257 **Full Changelog**: https://github.com/run-llama/liteparse/compare/crates-v2.0.4...node-v2.0.5