One button that accepts any health document format. OceanAI reads it, extracts structured data, and files it automatically — no manual entry, ever.
One button. No format selection, no configuration. Tap upload from anywhere inside OceanAI, or drag a file straight in.
Claude identifies the document type and extracts every health-relevant field — diagnoses, medications, lab values, reference ranges, and follow-up instructions.
Not freeform text. A typed schema — key findings, flags, diagnoses, medications — so the rest of the app can act on it deterministically.
Extracted data is automatically filed into the right section — lab results under organs, prescriptions under medications, appointments in your calendar.
For the technically curious.
Files are converted to base64 and sent to Claude via the Anthropic API using document and image content blocks. The model receives a structured extraction prompt tuned for ICD-10 codes, medication names, lab reference ranges, and follow-up instructions, and is instructed to respond with a strict JSON schema rather than freeform prose — the same contract OceanAI's own /api/claude route enforces in the file-extract mode. Typed output makes downstream filing reliable and deterministic instead of relying on regex-scraping a paragraph of text.
Every extracted field is shown to you before it's filed — nothing is written into your health record silently. Flagged or low-confidence fields are marked so you know to double-check them.
For files processed by the cloud model, yes — securely, over an encrypted connection, and never stored beyond what's needed to extract the data. Simple text-based documents can also route through the on-device model with nothing leaving your phone at all.
Yes. Every field is editable after extraction, and corrections help OceanAI's models improve over time.
Drop any document in the playground. No login, no account.
Open File Upload →