marker-convert

Convert PDFs to Markdown, JSON, or HTML and extract images via Marker CLI.

13|1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/RebeccaStevenson/skills_rebecca --skill marker-convert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: marker-convert
Source: https://github.com/RebeccaStevenson/skills_rebecca/tree/main/marker-convert
Command: npx skills add https://github.com/RebeccaStevenson/skills_rebecca --skill marker-convert

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Marker Convert automates converting PDFs into Markdown, JSON, or HTML formats and extracts embedded images, streamlining content reuse and archival processing.

Core Features & Use Cases

  • Sequential, deterministic conversion of single PDFs or folders using a wrapper script
  • Persistent state and resume support across runs, including processed, failed, and error logs
  • LLM-enabled conversion option via Marker when configured (for advanced extraction and interpretation)

Quick Start

Use the marker_convert.sh wrapper to convert a PDF or a folder of PDFs to the desired output format and inspect the per-document results in the output state directory.

Frequently Asked Questions about marker-convert

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

FAQPage Schema
How do I convert PDF to Markdown for documentation?

To convert PDF to Markdown, this tool uses the Marker CLI to extract text and images, outputting structured Markdown files. It processes single files or entire folders sequentially into a dedicated output directory.

Can I batch convert a folder of PDFs to HTML or JSON?

Yes, you can batch convert a folder of PDFs to HTML or JSON using the wrapper script. The tool processes each PDF sequentially and writes the converted content with metadata into a separate output folder per document.

What do I need to run Marker PDF conversion?

You need the marker_single command available on your PATH to run Marker PDF conversion. Once configured, the wrapper script handles the extraction and writes run logs under a persistent state directory.

Does PDF to Markdown conversion support resuming after an interruption?

PDF to Markdown conversion supports resuming after an interruption via a persistent state. It tracks processed, failed, and error logs, allowing the conversion to continue from where it stopped without starting over.

Can I use LLM-assisted extraction when converting PDFs to JSON?

Yes, you can enable LLM-assisted extraction when converting PDFs to JSON or other formats. When configured, Marker leverages LLMs for advanced interpretation and extraction during the conversion process.

What is the best way to extract images from a PDF alongside text?

The best way to extract images from a PDF alongside text is using Marker for conversion. It automatically extracts embedded images and saves them with the converted Markdown, HTML, or JSON content in individual output folders.