A modular, AI-friendly Python application to extract star ratings and details from "Power Savings Guide" energy labels using OpenCV, EasyOCR, and Pydantic. energy_label_parser/ ├── src/ │ ├── core.py ...
A focused pipeline to parse medical guidelines (PDF/HTML) into structured JSON for downstream clinical RAG or summarization. This implements models, parsers, normalization utils, and a CLI to ingest ...