Kb From Pdf
Description
--- argument-hint: <pdf-file> [--title=TITLE] [--tags=TAGS] [--category=CAT] [--split] [--ocr] description: 从 PDF 文件提取知识并创建条目 allowed-tools: Read, Bash --- # /kb-from-pdf - PDF 知识提取 ## 功能 从 PDF 文件中提取内容,自动识别结构,生成知识条目。 ## 使用方式 ### 基本用法 ``` /kb-from-pdf research-paper.pdf 自动从 PDF 提取内容并创建知识条目。 ``` ### 指定标题和标签 ``` /kb-from-pdf document.pdf --title="React 深度解析" --tags=react,frontend ``` ### 分长文档为多个条目 ``` /kb-from-pdf book.pdf --split 按章节自动拆分为多个知识条目。 ``` ### 使用 OCR ``` /kb-from-pdf scanned.pdf
Installation
Installs to ~/.claude/commands/huifer-claude-code-knowcraft-kb-from-pdf.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/huifer/Claude-Code-KnowCraft/HEAD/.claude/commands/kb-from-pdf.md -o ~/.claude/commands/huifer-claude-code-knowcraft-kb-from-pdf.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development