BeClaude

pdf2md-ai-skill

New
GitHub TrendingDocumentationby illescasDaniel

Cursor skill to convert PDF pages to Markdown using vision OCR for embedded images

Summary

This skill converts PDF pages to Markdown using vision OCR, enabling extraction of text and embedded images from PDFs.

  • It is useful for developers who need to process PDF content programmatically, such as for documentation, data extraction, or content migration.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/pdf2md-ai-skill.md https://raw.githubusercontent.com/illescasDaniel/pdf2md-ai-skill/main/SKILL.md
3
Invoke in Claude Code
/pdf2md-ai-skill

Use Cases

Convert a scanned PDF contract to Markdown for text analysis.
Extract text and images from a PDF report for inclusion in a blog post.
Transform a PDF user manual into Markdown for a documentation site.
Process a PDF invoice to extract line items and totals into Markdown.
Convert a PDF presentation with embedded charts to Markdown for editing.
Migrate a PDF-based knowledge base to Markdown for a wiki system.

Usage Examples

1

/pdf2md-ai-skill Convert this PDF to Markdown: path/to/document.pdf

2

Extract text and images from report.pdf and save as Markdown.

3

Turn the PDF at https://example.com/sample.pdf into Markdown with OCR.

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is pdf2md-ai-skill?

This skill converts PDF pages to Markdown using vision OCR, enabling extraction of text and embedded images from PDFs. It is useful for developers who need to process PDF content programmatically, such as for documentation, data extraction, or content migration.

How to install pdf2md-ai-skill?

To install pdf2md-ai-skill: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/pdf2md-ai-skill.md https://raw.githubusercontent.com/illescasDaniel/pdf2md-ai-skill/main/SKILL.md. Finally, /pdf2md-ai-skill in Claude Code.

What is pdf2md-ai-skill best for?

pdf2md-ai-skill is a skill categorized under Documentation. Created by illescasDaniel.

What can I use pdf2md-ai-skill for?

pdf2md-ai-skill is useful for: Convert a scanned PDF contract to Markdown for text analysis.; Extract text and images from a PDF report for inclusion in a blog post.; Transform a PDF user manual into Markdown for a documentation site.; Process a PDF invoice to extract line items and totals into Markdown.; Convert a PDF presentation with embedded charts to Markdown for editing.; Migrate a PDF-based knowledge base to Markdown for a wiki system..