Initial commit
This commit is contained in:
26
skills/extract_from_pdfs/requirements.txt
Normal file
26
skills/extract_from_pdfs/requirements.txt
Normal 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
|
||||
Reference in New Issue
Block a user