スキル一覧に戻る
rangerrick337

pdf-conversion

by rangerrick337

The 5-layer operating system for reliable AI busines operations

9🍴 1📅 2026年1月19日
GitHubで見るManusで実行

SKILL.md


name: pdf-conversion description: "Convert PDF documents to well-structured Markdown files. Use when user asks to convert PDFs, extract text from PDFs, or transform PDF documents to markdown format."

PDF Conversion Skill

Overview

Converts PDF files to clean, readable Markdown format with proper formatting, image extraction, and table preservation.

When to Use

  • "Convert this PDF to markdown"
  • "Extract text from PDF"
  • "Transform PDF to MD format"
  • "Process PDFs in folder X"
  • SOP: 1. SOPs/convert_pdfs_to_markdown.md

Scripts

ScriptPurpose
pdf_to_md.pyMain PDF to Markdown converter

Usage

python3 scripts/pdf_to_md.py /path/to/input.pdf /path/to/output.md

Features

  • Text extraction with OCR fallback
  • Image extraction and embedding
  • Table detection and formatting
  • Heading structure preservation
  • Automatic cleanup of formatting artifacts

Edge Cases

  • Scanned PDFs: Falls back to OCR
  • Complex tables: Best-effort conversion
  • Encrypted PDFs: Will fail (requires password)

スコア

総合スコア

65/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新

+5
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

レビュー

💬

レビュー機能は近日公開予定です