What problem does it solve?
Construction PDF plan binders are extremely difficult for AI agents to parse because they contain composited multi-page layouts, CAD-rendered text that standard extractors cannot read, diagonal watermarks that pollute text layers, and rasterized Title 24 energy reports with no selectable text. This skill automates the conversion of these binders into structured, queryable formats that agents can navigate efficiently.
Core Features & Use Cases
- Vision-First Extraction: Leverages Claude Vision as the primary extraction method because it reliably handles drawing pages, text-heavy sheets, and rasterized reports where pdftotext, pdfplumber, and Tesseract all fail.
- Structured Manifest Routing: Produces a JSON binder manifest with per-page metadata, key content arrays, topic keywords, and spatial drawing zones so agents can route corrections letters to exact sheets without loading every page into context.
- Hybrid Numeric Accuracy: Combines vision extraction with Tesseract OCR cross-referencing to prevent vision hallucinations on critical numeric values like dimensions, PSI, and percentages.
- Use Case: A contractor uploads a 20-page ADU plan set and a city corrections letter; the skill extracts all pages into a searchable manifest so the agent can match each correction item to the specific sheet, drawing zone, and exact specification needed for the response.
Quick Start
Use the adu-pdf-extraction skill to process the uploaded construction plan PDF and generate a structured binder manifest for permit review.