LlamaIndex LiteParse WASM Package Runs on Cloudflare Workers
Parse PDFs in the browser, or the edge, in milliseconds
Our LiteParse WASM package can be literally run anywhere, from cloudflare workers, mobile runtimes, to the browser.
Starter template for Cloudflare: https://github.com/run-llama/liteparse-cloudflare-worker-quickstart LiteParse repo: https://github.com/run-llama/liteparse LiteParse docs: https://developers.llamaindex.ai/liteparse/

When we say “LiteParse runs everywhere,” we mean it. Our WASM package is lightweight, minimal, and built for browser and edge runtimes, which makes it a perfect fit for @cloudflare Workers. Using WebAssembly, you can spin up a parser that runs directly on the Worker, takes PDF bytes as input, and returns extracted text plus page count (all in under 25 lines of code!)🚀 👩💻 Try it out now: https://github.com/run-llama/liteparse-cloudflare-worker-quickstart 📚️ Get started with LiteParse: https://developers.llamaindex.ai/liteparse/