pdf-to-markdown

Convert PDF documents into Markdown with tables and image descriptions.

2|3|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/psd401/psd-claude-plugins --skill pdf-to-markdown-psd401
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf-to-markdown
Source: https://github.com/psd401/psd-claude-plugins/tree/main/plugins/psd-productivity/skills/pdf-to-markdown
Command: npx skills add https://github.com/psd401/psd-claude-plugins --skill pdf-to-markdown-psd401

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires marker-pdf, and includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of converting PDF documents into a clean, usable Markdown format, making the content easily editable and processable by AI tools.

Core Features & Use Cases

  • PDF to Markdown Conversion: Transforms PDF files into well-structured Markdown text.
  • Table Conversion: Automatically converts tables within PDFs into Markdown table syntax.
  • Image Description: Uses LLM to describe image content as text, ensuring no visual information is lost.
  • OCR Support: Option to force OCR for scanned PDFs.
  • Page Range Selection: Ability to process only specific pages of a PDF.

Quick Start

Use the pdf-to-markdown skill to convert the file 'report.pdf' into 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 without losing table structures?

To convert a PDF to Markdown without losing tables, this Skill automatically transforms PDF tables into standard Markdown table syntax, ensuring structural data remains intact during text extraction.

Can I use OCR to extract text from scanned PDF documents?

Yes, you can use OCR to extract text from scanned PDFs by enabling the force OCR option, which processes image-based scanned documents into clean, editable Markdown format.

What is the best way to extract images as text from a PDF for AI processing?

The best way to extract images as text for AI processing is using LLM integration, which describes image content as text to ensure no visual information is lost during PDF to Markdown conversion.

Does the PDF to Markdown conversion support processing specific page ranges?

Yes, PDF to Markdown conversion supports page range selection, allowing you to target and process only specific pages of a document rather than the entire file.

Do I need marker-pdf to convert reports and articles into Markdown?

Yes, you need the marker-pdf library installed, as this Skill leverages it to digitize reports, articles, and documents into AI-friendly Markdown formatting with optional LLM integration.

Why convert PDFs to Markdown for AI tools instead of extracting plain text?

Converting PDFs to Markdown for AI tools preserves document structure like headings and tables, providing a clean, well-structured format that is easily editable and processable by AI models.