Skip to main content
0%
All posts

Why we built StartOCR

The story behind building an OCR product on Cloudflare Workers.

LHLiang Huo1 min read
On this page

OCR tools have been around for decades, but most of them are slow, expensive, or both.

The problem

We needed an OCR tool that could:

  1. Process documents in under 5 seconds
  2. Cost less than $0.01 per page
  3. Return clean Markdown instead of raw text

Our solution

We built StartOCR on Cloudflare Workers with D1 for storage and R2 for files. The PaddleOCR-VL backend runs as a queue consumer.

Share

Related posts