Back to list
cardoso-neto

pdf-to-markdown

by cardoso-neto

0🍴 0📅 Jan 23, 2026

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

Score

Total Score

50/100

Based on repository quality metrics

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

Reviews

💬

Reviews coming soon