Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:02:40 +08:00
commit 69617b598e
25 changed files with 5790 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
# Core dependencies for PDF extraction skill
# Anthropic API
anthropic>=0.40.0
# PDF and bibliography handling
pybtex>=0.24.0
rispy>=0.6.0
# JSON processing and repair
json-repair>=0.25.0
jsonschema>=4.20.0
# Data processing and export
pandas>=2.0.0
openpyxl>=3.1.0 # For Excel export
pyreadr>=0.5.0 # For R RDS export
# API requests
requests>=2.31.0
# Optional: For enhanced functionality
# Uncomment if needed:
# numpy>=1.24.0
# matplotlib>=3.7.0
# seaborn>=0.12.0