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

@@ -35,7 +35,7 @@ RUN pip install --no-cache-dir \
pillow
# Copy server files
COPY image_support_files/paddleocr-server.py /app/paddleocr-server.py
COPY image_support_files/paddleocr_server.py /app/paddleocr_server.py
COPY image_support_files/paddleocr-entrypoint.sh /usr/local/bin/paddleocr-entrypoint.sh
RUN chmod +x /usr/local/bin/paddleocr-entrypoint.sh