← スキル一覧に戻る

pdf-to-markdown
by cardoso-neto
⭐ 0🍴 0📅 2026年1月23日
SKILL.md
name: pdf-to-markdown description: Extracting text and tables, merging/splitting documents. Use when needing to convert PDFs while preserving some structure.
PDF to Markdown
Quick Start
marker-pdf
- Preserves structure, math, tables, figures.
- This should be your go-to tool for converting PDFs to Markdown with good fidelity.
# pip install marker-pdf # python 3.12 or 3.13
marker_single input.pdf --output_dir ./marker-output
# some flags
marker_single input.pdf --output_dir ./out --page_range "0,5-10" # specific pages
marker_single input.pdf --output_dir ./out --force_ocr # for scanned PDFs
OUTPUT_IMAGE_FORMAT=PNG marker_single input.pdf --output_dir ./out # change image format to PNG
Output:
marker_output/<filename>/<filename>.md- extracted images as JPEGs by default.
marker_output/<filename>/_page_<N>_Figure_<M>.jpeg
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です