·pdf-to-markdown
#

pdf-to-markdown

krishagel/geoffrey

将 PDF 转换为干净的 Markdown,并将图像内容描述为文本。当用户想要将 PDF 转换为 Markdown、从 PDF 中提取内容或为 AI 工具准备 PDF 内容时使用。

4安装·1热度·@krishagel

安装

$npx skills add https://github.com/krishagel/geoffrey --skill pdf-to-markdown

SKILL.md

Convert PDF files to clean, well-structured Markdown. Tables become markdown tables. Images and graphics are described as text (no image files generated).

| --no-llm | Skip LLM processing (faster, images become [Image] placeholders) | | --force-ocr | Force OCR on all pages (for scanned PDFs) | | --page-range "0,5-10" | Process specific pages only |

The first run downloads ML models (1-2GB) which are cached at /.cache/marker/. Subsequent runs are faster.

将 PDF 转换为干净的 Markdown,并将图像内容描述为文本。当用户想要将 PDF 转换为 Markdown、从 PDF 中提取内容或为 AI 工具准备 PDF 内容时使用。 来源:krishagel/geoffrey。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/krishagel/geoffrey --skill pdf-to-markdown
分类
#文档处理
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 pdf-to-markdown?

将 PDF 转换为干净的 Markdown,并将图像内容描述为文本。当用户想要将 PDF 转换为 Markdown、从 PDF 中提取内容或为 AI 工具准备 PDF 内容时使用。 来源:krishagel/geoffrey。

如何安装 pdf-to-markdown?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/krishagel/geoffrey --skill pdf-to-markdown 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/krishagel/geoffrey