feat(paddleocr): add PaddleOCR support: Docker images, FastAPI server, entrypoint and tests

This commit is contained in:
2026-01-16 10:23:32 +00:00
parent bc65ea4ece
commit ae4bb26931
7 changed files with 112 additions and 12 deletions

View File

@@ -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