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"
Read the extracted .txt or _unified.md, not the PDF.
在阅读前,先将 PDF 转换为文本与图片。
--- frontmattername: pdf-handling description: Extract PDFs to text and images before reading
Standard: python "$CLAUDE_PLUGIN_DIR/scripts/pdf_extract.py" "file.pdf"
Unified: python "$CLAUDE_PLUGIN_DIR/scripts/pdf_extract_unified.py" "file.pdf"
Read the extracted .txt or _unified.md, not the PDF.