pdf2md-ai-skill
NewCursor 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
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/pdf2md-ai-skill.md https://raw.githubusercontent.com/illescasDaniel/pdf2md-ai-skill/main/SKILL.md/pdf2md-ai-skillUse Cases
Usage Examples
/pdf2md-ai-skill Convert this PDF to Markdown: path/to/document.pdf
Extract text and images from report.pdf and save as Markdown.
Turn the PDF at https://example.com/sample.pdf into Markdown with OCR.
Security Audits
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..