Sample · Beta

Healthcare

Extract patient and test result rows from lab reports (beta).

ParseMind · Healthcare Sample output

Sample input

PDF preview

Lab Report
Patient Jane Doe
Hb / Glucose panel

Extracted fields

  • Patient name
  • Report date
  • Lab name
Test Value Unit
Hb 12.5 g/dL
Glucose 98 mg/dL
Transactions
3
Confidence
84%
Fields
5+

Exports available

JSON CSV API

Same exports in the workspace after you upload a real document — CSV, JSON, filing formats, and API.

Create free account to export

Business value

Before

Lab PDF

After

Test result table

Outcome

Structured health record

Use this through the API

Same structured output via REST — ideal for embedded workflows and batch automation.

Request

POST /api/v1/extract
Authorization: Bearer pm_live_••••

{
  "industry": "health",
  "template": "lab_report",
  "file": "@document.pdf"
}

Response

{
  "document_type": "lab_report",
  "status": "processed",
  "export_ready": true
}

Try Healthcare with your own file

Run the live demo with this template pre-selected — no account required for the first runs.