pdf2md-clean

Convert PDF to Markdown using local processing. No external API calls.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "pdf2md-clean" with this command: npx skills add lifei68801/pdf2md-clean

PDF to Markdown Converter

Convert PDF documents to clean Markdown format using local processing only.

Quick Start

python scripts/pdf2md.py input.pdf output.md

Features

  • Local Processing: No API calls, no network requests
  • Smart Formatting: Auto-detect headers and lists
  • Clean Output: Properly formatted Markdown

Requirements

pip install pdfplumber

Usage

# Basic usage
python scripts/pdf2md.py document.pdf

# Specify output file
python scripts/pdf2md.py document.pdf output.md

How It Works

  1. Extracts text from PDF using pdfplumber
  2. Cleans up formatting issues
  3. Detects headers and lists
  4. Outputs clean Markdown

Metadata

metadata:
  openclaw:
    requires:
      bins: ["python3"]
      pypi: ["pdfplumber"]
    permissions:
      - "file:read"
      - "file:write"
    behavior:
      network: none
      telemetry: none
      description: "Converts PDF to Markdown using local pdfplumber. No network requests."

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Microsoft MarkItDown

Convert various document formats (PDF, Word, PowerPoint, Excel, images, audio, HTML, etc.) to Markdown using Microsoft's markitdown tool. Supports OCR, audio...

Registry SourceRecently Updated
1310Profile unavailable
General

Doc Genius

支持PDF、Word、Markdown智能摘要和格式转换,提供批量处理与进度报告,提升文档处理效率。

Registry SourceRecently Updated
3080Profile unavailable
Coding

FormatFerry Markdown Converter

Convert HTML, DOCX, PDF, XLSX, CSV to Markdown

Registry SourceRecently Updated
1390Profile unavailable
Coding

Doc2slides

One-click PDF/Word/Markdown to designer-grade PPT. AI auto-layout + 18 slide types + built-in charts. Local-first, free. Use when: user wants to create slide...

Registry SourceRecently Updated
4730Profile unavailable