pdf-to-markdown

Convert PDF files to Markdown while preserving structure and extracting images.

45|50|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/zocomputer/skills --skill pdf-to-markdown-zocomputer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf-to-markdown
Source: https://github.com/zocomputer/skills/tree/main/Official/zo-pdf-to-markdown
Command: npx skills add https://github.com/zocomputer/skills --skill pdf-to-markdown-zocomputer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pymupdf4llm.

What problem does it solve?

This Skill addresses the challenge of converting static PDF documents into a more accessible and editable Markdown format.

Core Features & Use Cases

  • PDF to Markdown Conversion: Transforms PDF files into Markdown, preserving structure and formatting.
  • Image Extraction: Includes functionality to extract images embedded within the PDF.
  • Use Case: Convert research papers, reports, or scanned documents from PDF to Markdown for easier editing, integration into knowledge bases, or web publishing.

Quick Start

Convert the PDF file located at '/path/to/your/document.pdf' to Markdown format.

Frequently Asked Questions about pdf-to-markdown

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a PDF to Markdown?

To convert a PDF to Markdown, you use a tool that extracts text and preserves document structure and formatting. This process transforms static PDFs into easily editable Markdown files using the pymupdf4llm library.

What is the best way to extract text and images from a PDF for editing?

The best way to extract text and images from a PDF for editing is converting it to Markdown. This approach preserves document structure and extracts embedded images, making the content easily editable and ready for web publishing.

Can I extract embedded images when converting a PDF to Markdown?

Yes, you can extract embedded images when converting a PDF to Markdown. The conversion process includes functionality to extract images embedded within the PDF while preserving the overall document structure.

Do I need pymupdf4llm to convert PDF files into Markdown format?

Yes, you need the pymupdf4llm library to convert PDF files into Markdown format. It is a required dependency for the conversion process, handling text extraction, image extraction, and page chunking.

How does PDF to Markdown conversion handle large documents?

PDF to Markdown conversion handles large documents by supporting page chunking for better readability. This breaks down the extracted text into manageable sections, preserving the document structure during the digitization process.