Initial commit: skills library
- 70 skills with code and documentation - Add .gitignore (ignore __pycache__, output/, temp/, venv/) - Clean up test intermediates and caches
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# PDF Skill - PDF文档处理依赖
|
||||
pypdf>=3.17.0
|
||||
pdf2image>=1.16.0
|
||||
Pillow>=10.0.0
|
||||
|
||||
# 可选:用于创建PDF
|
||||
# reportlab>=4.0.0
|
||||
|
||||
# 可选:用于提取表格
|
||||
# pdfplumber>=0.10.0
|
||||
Reference in New Issue
Block a user