pdf-handling ยท diff
git:20260130.fca99fb to git:20260717.47a9254
2 added, 2 removed. Audit A to A.
---
name: pdf-handling
description: Extract PDFs to text and images before reading
---
# PDF Extraction
- Standard: `python "$CLAUDE_PLUGIN_DIR/scripts/pdf_extract.py" "file.pdf"`
- Unified: `python "$CLAUDE_PLUGIN_DIR/scripts/pdf_extract_unified.py" "file.pdf"`
+ Standard: `python ~/.claude/scripts/pdf_extract.py "file.pdf"`
+ Unified: `python ~/.claude/scripts/pdf_extract_unified.py "file.pdf"`
Read the extracted .txt or _unified.md, not the PDF.