pdf-reader
Installation
SKILL.md
PDF Reader
Extract text from PDF files for text manipulation, search, and reference.
Quick Start
Extract all text from a PDF:
python scripts/extract_text.py document.pdf
Save to file:
python scripts/extract_text.py document.pdf -o .tmp/output.txt
Extract specific pages: