Back to Directory
general
PyMuPDF PDF Parser Clawdbot Skill
Fast local PDF parsing with PyMuPDF (fitz) for Markdown/JSON outputs and optional images/tables. Use when speed matters more than robustness, or as a fallback while heavier parsers are unavailable. Default to single-PDF parsing with per-document output folders.
Installation
Run this in your terminal or add to your configuration:
# Clone into your skills directory
git clone ...About this Skill
Initial release of PyMuPDF PDF parsing skill.
- Fast local PDF extraction using PyMuPDF (fitz) with Markdown output by default.
- Supports optional JSON, image extraction, and simple table outputs.
- Designed for single-PDF runs with per-document output directories.
- Includes command-line options for output format, images, tables, and language metadata.
- Recommended as a quick alternative or fallback when heavier PDF parsers are unavailable.