File size: 440 Bytes
32a841c
 
 
 
 
2f86e28
32a841c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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