Refactor: Cleanup DOCLING PR

This commit is contained in:
MSI\ModSetter 2025-07-21 06:12:11 -07:00
parent 641f784f77
commit 621590c049
5 changed files with 2331 additions and 2326 deletions

View file

@ -11,10 +11,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
wget \
unzip \
gnupg2 \
tesseract-ocr \
tesseract-ocr-eng \
libtesseract-dev \
libleptonica-dev \
&& rm -rf /var/lib/apt/lists/*
# Update certificates and install SSL tools
@ -60,9 +56,6 @@ COPY . .
ENV PYTHONPATH=/app
ENV UVICORN_LOOP=asyncio
# Set Tesseract data path
ENV TESSDATA_PREFIX=/usr/share/tesseract-ocr/5/tessdata/
# Run
EXPOSE 8000
CMD ["python", "main.py"]