pdf2md-page

Transcribe a single-page PDF image into raw Markdown.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/sgttomas/chirality-piping --skill pdf2md-page
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf2md-page
Source: https://github.com/sgttomas/chirality-piping/tree/main/skills/pdf2md-page
Command: npx skills add https://github.com/sgttomas/chirality-piping --skill pdf2md-page

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines turning a single-page PDF image into editable Markdown, enabling rapid content capture from scanned documents.

Core Features & Use Cases

  • Per-page transcription: converts one page PNG to raw Markdown without post-processing.
  • Preserves text order and structure for accurate downstream use.
  • Use cases: archiving scanned PDFs, extracting page content for knowledge bases, feeding into an AI assistant for quick summaries.

Quick Start

Convert the provided page image at IMAGE_PATH into a Markdown file at OUTPUT_PATH.

Frequently Asked Questions about pdf2md-page

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

FAQPage Schema
How do I convert a PDF page image to Markdown?

To convert a PDF page image to Markdown, this skill uses multimodal vision to transcribe a single-page PNG into raw Markdown. It preserves text order and structure for accurate downstream use without applying post-processing.

What is the best way to extract text from scanned PDFs for a knowledge base?

Extracting text from scanned PDFs for a knowledge base is best handled through per-page image transcription. This skill converts single page images to raw Markdown, enabling rapid content capture and accurate archiving of scanned documents.

Does this PDF to Markdown transcription support multi-page fanout workflows?

Yes, this PDF to Markdown transcription supports multi-page fanout workflows. It is specifically designed for per-page extraction within a PDF2MD orchestrator, applying input validation and failure placeholder handling for each individual page.

How does the tool handle OCR failure during PDF page transcription?

During PDF page transcription, the tool handles OCR failure by applying failure placeholder handling. If the multimodal vision cannot transcribe a specific page image, it outputs a designated placeholder instead of halting the entire workflow.

Can I use this skill to transcribe a multi-page PDF without post-processing?

You can use this skill to transcribe a multi-page PDF without post-processing by processing it page by page. It performs single-page extraction from multi-page PDFs, outputting raw Markdown designed for per-page fanout workflows.

Why does the skill output raw Markdown instead of formatted text?

The skill outputs raw Markdown instead of formatted text to preserve text order and structure for accurate downstream use. It avoids post-processing to ensure the extracted page content can feed directly into an AI assistant or orchestrator.