feat(paddleocr): add PaddleOCR support: Docker images, FastAPI server, entrypoint and tests
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user