pdf-to-markdown

Convert PDF files to Markdown with native text extraction and OCR.

5|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/andreadellacorte/groove --skill pdf-to-markdown-andreadellacorte
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf-to-markdown
Source: https://github.com/andreadellacorte/groove/tree/main/.agents/skills/pdf-to-markdown
Command: npx skills add https://github.com/andreadellacorte/groove --skill pdf-to-markdown-andreadellacorte

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the conversion of PDF files into Markdown format, making document content more accessible and editable.

Core Features & Use Cases

  • PDF to Markdown Conversion: Transforms PDF documents into well-formatted Markdown text.
  • Auto-Detection: Intelligently identifies whether a PDF contains native text or requires OCR (Optical Character Recognition) for scanned documents.
  • Use Case: Convert research papers, reports, or scanned articles from PDF into Markdown for easier integration into knowledge bases, documentation sites, or content management systems.

Quick Start

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

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 text automatically?

To convert a PDF to Markdown, this Skill automates text extraction and formatting using Node.js. It transforms research papers and reports into editable Markdown files for immediate integration into knowledge bases.

Can I extract text from scanned PDFs using OCR?

Yes, you can extract text from scanned PDFs using OCR. The Skill features auto-detection to identify scanned documents and plans to leverage tesseract.js for accurate optical character recognition.

Do I need Node.js to run this PDF to Markdown conversion?

Yes, you need Node.js to run this PDF to Markdown conversion. The Skill provides a cross-platform execution solution that requires only Node.js and npx, requiring no additional heavy local dependencies.

What is the best way to turn PDF research papers into documentation?

The best way to turn PDF research papers into documentation is using an automated conversion Skill. It intelligently detects native text versus scanned content, outputting well-formatted Markdown suitable for content management systems.

Why does PDF text extraction sometimes fail on scanned documents?

PDF text extraction fails on scanned documents when they contain images rather than native text. This Skill addresses this limitation by auto-detecting the issue and applying OCR to extract the embedded text.