What problem does it solve?
This Skill converts scanned clinical notes, photographed documents, CSV or TSV exports, and C-CDA XML into normalized text suitable for privacy-preserving downstream analysis, without sending patient data to external services.
Core Features & Use Cases
- On-Device OCR: Extract text and word-level source locations from clinical images using Tesseract or PaddleOCR.
- Format-Aware Intake: Process image files, structured tables, and C-CDA XML through a unified ExtractedDocument contract.
- Tabular Redaction: Classify columns as direct identifiers, quasi-identifiers, or safe fields, then apply masking, hashing, dropping, date shifting, or free-text redaction.
- Source Mapping: Map detected text spans back to source pages and image bounding boxes for pixel-level review or redaction.
- Use Case: Convert a scanned fax or patient CSV export into clean, PHI-reduced text before running OpenMed de-identification and clinical entity extraction.
Quick Start
Use the ingesting-clinical-documents skill to OCR the attached clinical scan or redact the supplied CSV while preserving source locations and preparing the result for OpenMed analysis.