What problem does it solve?
Quickly extract high-quality, machine-readable text from scanned PDFs and images so legal teams can search, summarize, and repurpose archived or scanned documents without manual retyping.
Core Features & Use Cases
- High-accuracy OCR using PaddleOCR with pytesseract as a fallback for lighter environments.
- Image preprocessing including deskewing, contrast enhancement, noise reduction, and sharpening to improve extraction on degraded scans and faxes.
- Batch and single-file modes: process a directory of scanned documents or an individual file and produce per-page confidence scores, text outputs, and a human-readable extraction report.
- Output options: plain text, structured JSON, searchable PDF layer, and .docx reports for review and case files.
Quick Start
Use the ocr skill to extract text from /path/to/scanned.pdf and save results to an _ocr_output folder.