if content != image convert it into image

This commit is contained in:
m
2026-07-12 12:30:09 +02:00
parent 571a571db6
commit 756ead66a0
2 changed files with 42 additions and 22 deletions
+2 -1
View File
@@ -12,7 +12,8 @@ RUN pip install --no-cache-dir \
uvicorn \
python-multipart \
Pillow \
numpy
numpy \
pypdfium2
COPY server.py /workspace/server.py