Free forever · 200 OCR + 50 extraction pages/mo

The handwriting to text API for forms and field notes.

Doctor scrawls, inspection forms, customer-handwritten paperwork, whiteboard photos. Returns the same typed JSON as printed text. No separate model, no separate endpoint, no preprocessing.

Get started today for free. No credit card required.

Schema-driven

Tell us the fields. We read the page.

Send a JSON schema describing the values you need. OCRWell reads the form, extracts the handwritten answers, and returns typed data. Field-level validation included.

submit-form.sh
bash
# Send a handwritten form photo
$ curl https://api.ocrwell.com/v1/documents \
    -H "X-API-Key: $OCRWELL_KEY" \
    -d '{
      "upload_id":"upl_01H7",
      "mode":"structured",
      "schema":{
        "patient_name":"string",
        "date_of_visit":"string",
        "complaint":"string"
      }
    }'
job.json
json
{
  "job": {
    "id": "019539a6-6c3d-7e5f",
    "status": "completed",
    "mode": "structured"
  },
  "result": {
    "patient_name": "Sarah Thompson",
    "date_of_visit": "2026-05-14",
    "complaint": "Persistent cough, two weeks"
  }
}
Built for the messy parts

Where handwriting OCR earns its keep.

Any style

Cursive, print, and mixed

Doctor scrawls, field-inspector block letters, customer forms where half the page is printed and half is handwritten. Same endpoint, same response shape.

Schema-driven

Form fields, not just paragraphs

Send a JSON schema and get back exactly the fields you asked for. The model reads the form layout, finds the values, and types the response. No bounding-box maths in your code.

Hallucination-guarded

LLM-verified output

Handwriting OCR is the place errors hurt most. OCRWell reconciles raw OCR against domain context before returning, catching hallucinations before they ship downstream.

Pricing

Start free. Pay only when you scale.

Free forever
200 OCR + 50 extraction pages every month
  • No credit card required.
  • Hard cap, no overage charges.
  • Paid plans from $20/mo when you grow.

Read what humans wrote, today.

Generate an API key, send your first handwritten form, and have typed JSON back in seconds. Free forever tier covers 200 OCR pages per month.

Get your API key today No credit card required. 200 OCR + 50 extraction pages / month, free forever.