pdf-ocr-layout
Installation
SKILL.md
PDF OCR with Layout Preservation
Automated pipeline: Split → OCR API → Layout PDF → Merge
Each original page becomes one PDF page, with text placed at exact bounding-box positions and font sizes calibrated to fill the original block dimensions.
Quick Start
python ~/.claude/skills/pdf-ocr-layout/scripts/pipeline.py "/path/to/input.pdf"
Output: input_ocr.pdf in the same directory. Intermediate files in input_ocr_work/.