| # Core API and Web Framework | |
| fastapi | |
| uvicorn | |
| gradio | |
| httpx | |
| requests | |
| # Environment and Configuration | |
| python-dotenv | |
| pydantic | |
| # Document Processing | |
| pymupdf # PDF processing | |
| python-docx # DOCX processing | |
| pytesseract # OCR for images | |
| Pillow # Image processing | |
| opencv-python # Advanced image processing | |
| numpy # Required by opencv | |
| # Excel Report Generation | |
| openpyxl | |
| # MCP (Model Context Protocol) for Everything Search | |
| fastmcp | |
| mcp | |
| mcp-server-everything-search | |
| # OpenHands AI Agent Framework | |
| # Note: Two packages available: | |
| # - openhands-ai: Platform package (requires .NET SDK on Windows) | |
| # - openhands-sdk: SDK package (recommended, works on all platforms) | |
| openhands-ai==0.62.0 | |
| openhands-sdk>=1.0.0a6 |