wasm-v2.14.0

run-llama/liteparsewasm-v2.14.0Aug 25, 2026by github-actions[bot]

AI Summary

Introduces memory optimization during rasterization/OCR and adds CommonJS exports for Node.js environments. It also introduces worker pools to improve processing efficiency.

Key Highlights

  • Optimize memory during rasterization/OCR
  • Add CommonJS exports
  • Add worker pools
  • Remove O(n^2) complexities around bboxes

New Features

  • Memory optimization during rasterization/OCR
  • Worker pools
  • CommonJS exports

Full Release Notes

## What's Changed
* feat: optimize memory during rasterization/OCR by @logan-markewich in https://github.com/run-llama/liteparse/pull/429
* feat(node): add CommonJS exports by @remloyal in https://github.com/run-llama/liteparse/pull/427
* feat: worker pools by @logan-markewich in https://github.com/run-llama/liteparse/pull/435
* fix: remove some O(n^2) complexities around bboxes by @logan-markewich in https://github.com/run-llama/liteparse/pull/436

## New Contributors
* @remloyal made their first contribution in https://github.com/run-llama/liteparse/pull/427

**Full Changelog**: https://github.com/run-llama/liteparse/compare/node-v2.13.1...wasm-v2.14.0