feat: Improve OCR process - replace Tesseract with PaddleOCR (#115) #122
File diff suppressed because one or more lines are too long
@@ -15,6 +15,7 @@ FROM ${REGISTRY_MIRRORS}/python:3.13-slim
|
|||||||
# - libgomp1: OpenMP runtime required by PaddlePaddle
|
# - libgomp1: OpenMP runtime required by PaddlePaddle
|
||||||
# - libheif1/libheif-dev: HEIF image support (iPhone photos)
|
# - libheif1/libheif-dev: HEIF image support (iPhone photos)
|
||||||
# - libglib2.0-0: GLib shared library (OpenCV dependency)
|
# - libglib2.0-0: GLib shared library (OpenCV dependency)
|
||||||
|
# - libgl1-mesa-glx: OpenGL runtime (OpenCV cv2 dependency, pulled by PaddleX)
|
||||||
# - libmagic1: File type detection
|
# - libmagic1: File type detection
|
||||||
# - curl: Health check endpoint
|
# - curl: Health check endpoint
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
@@ -24,6 +25,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
libheif1 \
|
libheif1 \
|
||||||
libheif-dev \
|
libheif-dev \
|
||||||
libglib2.0-0 \
|
libglib2.0-0 \
|
||||||
|
libgl1-mesa-glx \
|
||||||
libmagic1 \
|
libmagic1 \
|
||||||
curl \
|
curl \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|||||||
Reference in New Issue
Block a user