What problem does it solve?
This skill converts laboratory reports trapped in scanned images, photos, and delimited exports into clean, structured result rows, avoiding manual transcription and preserving the information needed for clinical analysis.
Core Features & Use Cases
- On-Device OCR: Extract laboratory text and positioned words from images using available Tesseract or PaddleOCR backends.
- Table Reconstruction: Organize detected words into test, value, unit, reference range, and abnormal flag columns.
- Delimited Data Processing: Parse CSV and TSV laboratory exports, classify columns, and redact patient-identifying fields.
- Clinical Handoff: Produce rows suitable for LOINC and UCUM mapping, FHIR Observation and DiagnosticReport creation, and downstream abnormal-value analysis.
- Use Case: Process a scanned CBC report or CSV export into PHI-safe rows containing each test name, result, unit, reference range, and flag.
Quick Start
Use the extracting-lab-tables skill to OCR the attached lab report, reconstruct its table, redact embedded patient identifiers, and return structured test rows.