pdf-convert

Convert PDFs and documents into structured Markdown with metadata.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/Gami19/rd-strands-agents --skill pdf-convert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf-convert
Source: https://github.com/Gami19/rd-strands-agents/tree/main/strands-py/backend/agent/skills/pr/pdf-convert
Command: npx skills add https://github.com/Gami19/rd-strands-agents --skill pdf-convert

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

PDFs and other document formats often block quick review, archiving, and collaboration. This Skill converts PDFs, DOCX, PPTX, and related formats into high-quality Markdown, preserving structure, tables, figures, and metadata to feed downstream distillation and review workflows.

Core Features & Use Cases

  • Deterministic conversion workflow: uses DocLing and optional OCR/VLM pipelines to produce Markdown suitable for inbox-to-notes workflows.
  • Table and figure preservation: retains table structures and figure captions for faithful downstream processing.
  • Use Case: Transform client deliverables into Markdown for rapid distillation and collaboration.

Quick Start

Use the batch workflow to convert documents to Markdown for a given project.

Frequently Asked Questions about pdf-convert

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

FAQPage Schema
How do I convert PDFs to Markdown while preserving tables and figures?

You can convert PDFs to Markdown with tables and figures preserved by using a deterministic DocLing pipeline. It retains structural elements and figure captions to ensure faithful downstream processing of client materials.

Can I batch convert invoices and reports into structured Markdown?

Yes, you can batch convert invoices, proposals, and reports into structured Markdown. The workflow applies OCR and table recognition to transform multiple client deliverables into publish-ready text.

Does DocLing support OCR and VLM pipelines for document conversion?

DocLing supports configurable OCR and VLM pipelines for document conversion. These options enable high-quality extraction from PDFs and other formats, ensuring accurate metadata and structure retention.

What is the best way to extract metadata from PDFs for reproducible processing?

The best way to extract metadata from PDFs for reproducible processing is using a deterministic conversion pipeline. It outputs frontmatter metadata alongside Markdown, supporting downstream distillation and review workflows.

How do I transform DOCX and PPTX files into Markdown for collaboration?

You can transform DOCX and PPTX files into Markdown for collaboration by running them through the DocLing conversion workflow. This unblocks quick archiving and review by converting blocked formats into structured text.

Are there limitations when using VLM for PDF table recognition?

While VLM enhances PDF table recognition, the pipeline is strictly local and deterministic. Users should configure OCR and VLM options appropriately to handle complex tables and ensure reproducible Markdown output.