Purpose-built for forms
General OCR struggles with form semantics and nested tables. Our models are trained on form structure, infer field relationships, and normalize outputs to your schema.
Form-native models that output structured fields with schema awareness, field-level confidence, and line-item reasoning. Built for reliability and privacy.
JSON keyed to your entities with confidence and provenance.
Understands grids, checkboxes, tables and totals.
VPC/on-prem options. Data not used to train shared models.
General OCR struggles with form semantics and nested tables. Our models are trained on form structure, infer field relationships, and normalize outputs to your schema.
Field-level confidence, bounding boxes, and provenance let you triage edge cases. Integrate via REST + webhooks with predictable schemas.
Upload PDFs, scans, or images. Batch and multi-page supported.
Form-native models detect fields, tables, and selections with per-field confidence.
Emit clean JSON to your systems via webhooks or polling.
// Submit a document
curl -X POST https://api.darmis.ai/v1/extract \
-H "Authorization: Bearer <API_KEY>" \
-F "[email protected]" \
-F "schema=insurance.acord_25"
// Example response (truncated)
{
"document_id": "doc_123",
"schema": "insurance.acord_25",
"fields": {
"policy_number": {
"value": "ABC-123456",
"confidence": 0.997,
"source": { "page": 1, "bbox": [120, 92, 240, 108] }
},
...
}
}
Bring two or three representative forms. We’ll run them and return structured JSON.