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,17 @@
name: pdf_extraction
channels:
- conda-forge
- defaults
dependencies:
- python>=3.10
- pip>=23.0
- pip:
- anthropic>=0.40.0
- pybtex>=0.24.0
- rispy>=0.6.0
- json-repair>=0.25.0
- jsonschema>=4.20.0
- pandas>=2.0.0
- openpyxl>=3.1.0
- pyreadr>=0.5.0
- requests>=2.31.0