一键导入
pdf-processing
Extract text and tables from PDF files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Extract text and tables from PDF files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Compute checksums (MD5, SHA-256) for text or files.
Review code for quality, bugs, and security issues.
Build book
Check chapters consistency betweend chapters.md and chapters/*/chapter.md
Review chapter
Does stuff
| name | pdf-processing |
| description | Extract text and tables from PDF files. |
| compatibility | Requires PyMuPDF library. |
Use this skill when the task involves reading, extracting, or transforming content from PDF documents.
For standard extraction, run the bundled script:
python scripts/extract.py <file.pdf>
The script reads the PDF and outputs structured content with page numbers and detected tables.
Return extracted text with page numbers and any detected tables in a structured format.
If you encounter scanned PDFs or complex layouts, OCR processing may be required.