From document-to-markdown
Use when you need to convert a single PDF document into clean Markdown with extracted images
npx claudepluginhub danielrosehill/claude-code-plugins --plugin document-to-markdownThis skill uses the workspace's default tool permissions.
Convert a PDF document to Markdown, detecting its content characteristics and choosing the appropriate extraction method. Extracts text, preserves structure, and saves images to a separate assets directory.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Convert a PDF document to Markdown, detecting its content characteristics and choosing the appropriate extraction method. Extracts text, preserves structure, and saves images to a separate assets directory.
marker, docling, pymupdf4llm, or pdftotext (optional; defaults from config.json)--ocr to force OCR on image-heavy documents (optional)$CLAUDE_USER_DATA/document-to-markdown/venv/.pdftotext -layout <pdf> - and examining output length. If minimal/empty, suggest running ocr-scanned-pdf first unless --ocr was passed.config.json from $CLAUDE_USER_DATA/document-to-markdown/ to get the default extractor if not specified by the user.<stem>.md next to the source PDF, where <stem> is the filename without extension.<stem>.assets/ directory alongside the PDF.<stem>.md file next to the source PDF, containing extracted and formatted text<stem>.assets/ directory with any extracted images