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.
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.
# 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": {
"id": "019539a6-6c3d-7e5f",
"status": "completed",
"mode": "structured"
},
"result": {
"patient_name": "Sarah Thompson",
"date_of_visit": "2026-05-14",
"complaint": "Persistent cough, two weeks"
}
}Where handwriting OCR earns its keep.
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.
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.
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.
Start free. Pay only when you scale.
- 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.