You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
390 B
Plaintext
22 lines
390 B
Plaintext
# Vision-OCR Dependencies
|
|
|
|
# Core dependencies
|
|
paddlepaddle>=2.5.0,<3.0.0
|
|
paddleocr>=2.7.0,<3.0.0
|
|
opencv-python>=4.8.0
|
|
numpy>=1.24.0,<2.0
|
|
|
|
# Optional dependencies (for Chinese font rendering)
|
|
Pillow>=10.0.0
|
|
|
|
# REST API dependencies
|
|
fastapi>=0.109.0
|
|
uvicorn[standard]>=0.27.0
|
|
python-multipart>=0.0.6
|
|
pydantic>=2.5.0
|
|
|
|
# Testing dependencies
|
|
pytest>=7.4.0
|
|
pytest-asyncio>=0.23.0
|
|
httpx>=0.26.0
|