| # LocalTools Dependencies | |
| # Web Framework | |
| fastapi>=0.104.0 | |
| uvicorn[standard]>=0.24.0 | |
| python-multipart>=0.0.6 | |
| # Async HTTP | |
| aiohttp>=3.9.0 | |
| # PDF Processing | |
| PyMuPDF>=1.23.0 | |
| # Image Processing | |
| Pillow>=10.0.0 | |
| opencv-python-headless>=4.8.0 | |
| numpy>=1.24.0 | |
| # Settings Management | |
| pydantic-settings>=2.0.0 | |
| # OCR (requires Tesseract installed on system) | |
| # pytesseract>=0.3.10 | |
| # AI Background Removal (optional - large dependency) | |
| # rembg>=2.0.0 | |