docs-pdf
Installation
SKILL.md
PDF Document Parsing
Parse PDF documents into markdown, text, and structured JSON using multi-method extraction.
Usage
Run the parsing script directly:
./scripts/parse_pdf.py <path_to_file.pdf> <output_dir>
Example:
./scripts/parse_pdf.py ~/documents/manual.pdf ./parsed/