Spaces:
Sleeping
Sleeping
| [project] | |
| name = "pdf-parser" | |
| version = "0.1.0" | |
| description = "FastAPI PDF processing with MCP server integration for Claude Desktop" | |
| readme = "README.md" | |
| requires-python = ">=3.10" | |
| dependencies = [ | |
| "fastapi>=0.104.1", | |
| "uvicorn[standard]>=0.24.0", | |
| "python-multipart>=0.0.6", | |
| "PyMuPDF>=1.23.0", # Keep for fallback | |
| "anthropic>=0.8.0", | |
| "mcp>=1.11.0", | |
| "python-dotenv>=1.0.0", | |
| "pydantic>=2.0.0", | |
| "tiktoken>=0.5.0", | |
| "aiofiles>=23.2.0", | |
| "typing-extensions>=4.8.0", | |
| # SmolDocling dependencies | |
| "torch>=2.0.0", | |
| "torchvision>=0.15.0", | |
| "transformers>=4.30.0", | |
| "docling-core>=1.0.0", | |
| "pdf2image>=1.16.0", | |
| "pillow>=10.0.0", | |
| ] | |