One-click install
npx skills add https://github.com/ivanrvpereira/.agents --skill marker-ivanrvpereira
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: marker
Source: https://github.com/ivanrvpereira/.agents/tree/main/skills/marker
Command: npx skills add https://github.com/ivanrvpereira/.agents --skill marker-ivanrvpereira

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Users need a reliable way to read and extract content from PDFs, office files, and scanned documents without manually copying messy text into notes or workflows.

Core Features & Use Cases

  • Document-to-markdown conversion: Turns PDFs, images, PPTX, DOCX, XLSX, HTML, and EPUB into readable markdown for editing and reuse.
  • Quality modes for tough inputs: Use LLM-enhanced extraction for better tables/structure and force OCR to fix garbled text or enable inline math.
  • Scalability for large files: Low-DPI mode reduces memory usage and supports large documents with automatic retry fallbacks.

Quick Start

Ask your agent to run marker.sh on the file you want converted to markdown, producing the markdown output in your specified output directory.

Frequently Asked Questions about marker

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

FAQPage Schema
How do I convert PDF to markdown for editing and research workflows?▼

To convert PDF to markdown, this Skill uses marker-pdf to extract content from PDFs, scanned images, and office files, producing clean markdown output in your specified directory for downstream reading and editing.

What is the best way to extract tables from PDFs and scanned documents?▼

The best way to extract tables from PDFs is using the LLM-enhanced extraction mode, which improves structural recognition and table formatting accuracy when converting complex documents into markdown.

Can I convert office files like PPTX, DOCX, and XLSX to markdown?▼

Yes, you can convert PPTX, DOCX, XLSX, HTML, and EPUB office files to readable markdown by running the conversion script, allowing easy content reuse and editing from various document formats.

Why does PDF extraction fail on large files and how can I fix it?▼

PDF extraction fails on large files due to high memory usage. You can fix this by using the Low-DPI mode, which reduces memory consumption and includes automatic DPI-based retry fallbacks for crash recovery.

Do I need OCR to fix garbled text when converting scanned images to markdown?▼

Yes, you need OCR to fix garbled text when converting scanned images to markdown. Forcing OCR mode also enables inline math recognition and ensures accurate text extraction from image-based documents.

Does marker support converting specific page ranges from large PDFs?▼

Yes, marker supports page-range control during PDF to markdown conversion, allowing you to target and extract specific sections of large documents without processing the entire file.