Too many workflow choices
OCR or native text? Traditional ML, embeddings, ViT, or an LLM? Rules or prompts for extraction? Every combination is a new experiment.
Drop in receipts, compare local OCR + Haiku with direct vision + Sonnet, and inspect field quality, cost, confidence, and failures. Your project, files, and local OCR stay in the browser; LLM inputs go directly to Anthropic.
No signup · Includes 20 real CORD receipts · Hosted deployment is on the roadmap.
Seeded preview for orientation — not a recorded model execution.
Drag components onto the canvas, wire them into candidate workflows, and watch evaluation update on your labeled data — no notebooks to babysit.
Every combination of OCR, models, prompts, and rules is a new experiment — and the results end up scattered, slow to compare, and hard to reproduce.
OCR or native text? Traditional ML, embeddings, ViT, or an LLM? Rules or prompts for extraction? Every combination is a new experiment.
Accuracy, latency, cost, and failure cases end up scattered across notebooks, spreadsheets, and one-off dashboards. Nothing is reproducible.
The winning experiment still needs glue code, versioning, and monitoring before it can become a reliable endpoint your systems can call.
Four steps, entirely in your browser — from a real sample to a comparison you can trust.
Start with 20 real CORD receipt photos and labels, or drag in your own documents.
Wire local OCR or direct vision into an LLM extractor, validation, and output.
Use your Anthropic key to measure field F1, exact match, latency, cost, and confidence.
Open mismatches and traces, adjust the workflow, then choose the trade-off that fits.
One 20-image CORD sample, two runnable candidates, one comparison surface.
* Illustrative, precomputed sample values for orientation — not recorded Anthropic executions.
The console runs every candidate on the same split. This landing-page preview uses seeded, precomputed values so you can see the shape of the comparison before running it yourself.
| Workflow | Field F1 | Exact match | Latency p50 | Cost / 1K | Status |
|---|---|---|---|---|---|
| Fast · local OCR + Haiku | 76.9%* | 50.0%* | 1.6s* | $0.50* | Lower cost |
| Accurate · vision + Sonnet | 92.3%* | 83.3%* | 2.5s* | $5.65* | Higher field F1 |
* Illustrative, precomputed sample values — not recorded Anthropic executions.
DocOS focuses on document classification and key information extraction.
Route by type, pull vendor, totals, tax, and line items.
classification · KIEClassify claim forms and extract structured fields at intake.
classification · KIEParse transactions and balances from mixed-layout statements.
KIESort contracts and surface the clauses that matter.
classification · KIEExtract fields from intake and coverage documents.
KIERead shipment documents into structured records.
KIEClassify and extract from high-volume financial paperwork.
classification · KIEDocOS connects dataset → candidate → evaluation → comparison in one place, instead of a pipeline stitched together by hand.
This is the planned hosted path: scoped MCP tools for workflow editing, evaluation, and deployment. MCP control is not available in the local prototype today.
{
"name": "invoice-extraction",
"task": ["classify", "extract"],
"fields": ["vendor", "total", "tax", "date"]
}Illustrative concept — not part of the local console today.
The prototype covers the experiment loop today. The hosted product will turn a chosen workflow into a managed, monitored endpoint your systems can call.
■ available in the local prototype■ on the roadmap
Roadmap concept — the local prototype does not create a production endpoint.
# planned hosted API POST /v1/workflows/receipt-extraction/run # illustrative response { "document_type": "receipt", "fields": { "subtotal": "259000", "tax": "52416", "total": "302016" }, "confidence": 0.94 }
Join early access if your team needs managed deployment, monitoring, collaboration, or higher-volume evaluation.
Prefer to explore first? No signup required. Open the free console →