paddleocrvl / requirements.txt
ahd75's picture
Update requirements.txt
ebcf40b verified
raw
history blame contribute delete
427 Bytes
# Core dependencies for the FastAPI application
fastapi
uvicorn
pydantic
python-multipart
# Essential dependencies for image processing
opencv-python-headless
# PaddlePaddle and PaddleOCR
# NOTE: paddlepaddle should typically be installed first,
# and paddleocr needs the [all] extra for PPStructure components.
paddlepaddle
paddleocr[all]
# Explicitly including layoutparser as a fallback (optional, but safer)
layoutparser