CommonCompute
Get startedDownload the Mac app
Workloads

OCR

Convert PDFs, scans, and images into structured JSON with layout preservation.

python
job = cc.ocr.batch(
    model="surya",
    inputs=gcs_prefix("gs://legal/scans/"),
    output="structured_json",
)