feat(paddleocr): add PaddleOCR support: Docker images, FastAPI server, entrypoint and tests
This commit is contained in:
@@ -19,7 +19,7 @@ else
|
||||
fi
|
||||
|
||||
# Start the FastAPI server with uvicorn
|
||||
exec python -m uvicorn paddleocr-server:app \
|
||||
exec python -m uvicorn paddleocr_server:app \
|
||||
--host "${SERVER_HOST}" \
|
||||
--port "${SERVER_PORT}" \
|
||||
--workers 1
|
||||
|
||||
Reference in New Issue
Block a user