Spaces:
Paused
Paused
| # MinerU Document Parser API Dependencies | |
| # Pins match vLLM v0.14.1 base image to avoid pip backtracking | |
| # MinerU with core extra (pipeline + vlm + api + gradio) | |
| # Avoids [all] which adds platform-specific vllm pinning that conflicts with base image | |
| mineru[core]>=1.0.0 | |
| # Web framework | |
| fastapi>=0.115.0 | |
| uvicorn[standard]>=0.32.0 | |
| # File upload handling | |
| python-multipart>=0.0.9 | |
| # HTTP client for URL parsing | |
| httpx>=0.27.0 | |
| # Type checking | |
| pydantic>=2.0.0 | |