pdf

Converts PDF documents into Markdown by extracting text, tables, headings, and images.

46|2|Updated Mar 23, 2025
One-click install
npx skills add https://github.com/gracefullight/krds --skill pdf-gracefullight
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/gracefullight/krds/tree/main/.claude/skills/pdf
Command: npx skills add https://github.com/gracefullight/krds --skill pdf-gracefullight

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual effort of turning PDF files into readable, editable text by extracting content in a way that preserves the intended reading order.

Core Features & Use Cases

  • High-fidelity text extraction: Pulls text from PDFs while maintaining correct reading order across sections.
  • Table and heading recovery: Detects tables and headings so the output is easier to review and reuse.
  • Image-aware conversion: Extracts images-related content alongside text to improve completeness for downstream editing.

Quick Start

Use the pdf skill to convert the attached file 'report.pdf' into Markdown following the steps in the workflow guide.

Frequently Asked Questions about pdf

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

FAQPage Schema
How do I convert a PDF document to structured Markdown?

To convert a PDF document to Markdown, this Skill extracts text, tables, headings, and images while preserving the correct reading order. It outputs structured, editable Markdown drafts suitable for content migration and document digitization.

Does PDF to Markdown conversion preserve table structures and reading order?

Yes, PDF to Markdown conversion recovers tables and headings while maintaining the correct reading order across sections. This ensures the extracted Markdown output remains structured and easier to review or reuse for downstream editing.

Can I extract text and images from scanned PDFs for content migration?

Yes, you can extract text and image-related content from scanned or formatted PDFs for content migration. The extraction approach pulls text alongside images to improve completeness for downstream document digitization workflows.

What is the best way to extract text from a PDF while keeping the original document structure?

The best way to extract text while keeping the original document structure is using a conversion approach that detects headings and tables. This preserves the intended reading order so the output Markdown mirrors the source PDF layout.

Are there limitations when turning formatted PDFs into editable Markdown drafts?

Limitations when turning formatted PDFs into Markdown drafts depend on the source document's complexity. While the extraction process pulls text, tables, and images, heavily complex layouts may still require manual review to ensure the reading order is perfectly preserved.