batch-paper-pdf-to-markdown

Batch convert local PDFs into Markdown with accompanying image directories.

10|55|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/AgenticAIPlan/AgenticAISkills --skill batch-paper-pdf-to-markdown
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: batch-paper-pdf-to-markdown
Source: https://github.com/AgenticAIPlan/AgenticAISkills/tree/main/skills/batch-paper-pdf-to-markdown
Command: npx skills add https://github.com/AgenticAIPlan/AgenticAISkills --skill batch-paper-pdf-to-markdown

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires httpx, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Converts one or more local PDF papers into editable Markdown while preserving page images in an accompanying folder, streamlining knowledge capture and knowledge-base ingestion.

Core Features & Use Cases

  • Batch processes single PDFs, directories, or file lists to produce per-PDF Markdown files and a matching image directory with downloaded figures.
  • Rewrites image references to relative paths (paper/imgs/...) for portable document sharing and offline use.
  • Supports safe output handling with force overwrite and batch error handling options to continue or stop on failure.

Quick Start

Run the batch-paper-pdf-to-markdown skill on a directory of PDFs to generate Markdown and image folders in place.

Frequently Asked Questions about batch-paper-pdf-to-markdown

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

FAQPage Schema
How do I batch convert PDF research papers to Markdown with images?

Batch convert local PDFs to Markdown by processing entire directories or file lists, which generates per-PDF Markdown files alongside a dedicated image directory containing downloaded figures for knowledge bases.

Does converting PDFs to Markdown preserve image paths for offline use?

Converting PDFs to Markdown preserves embedded images by downloading them into a corresponding folder and rewriting image references to relative paths like paper/imgs/..., ensuring portable document sharing and offline access.

Can I process a whole folder of PDFs into Markdown at once?

You can process a whole folder of PDFs into Markdown at once by passing a directory path to the batch processing skill, which handles input validation and generates individual Markdown files and image outputs for each file.

What happens if a PDF file is missing or an API error occurs during batch conversion?

If a PDF file is missing or an API error occurs during batch conversion, the skill provides robust error handling with options to either continue processing the remaining files or stop the batch operation immediately upon failure.

Do I need PaddleOCR to extract text and images from PDFs into Markdown?

PaddleOCR is utilized for extracting text and images from PDFs into Markdown, supporting the conversion process by recognizing document content and enabling the generation of Markdown files with corresponding image directories.