mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-03-04 02:20:19 +01:00
feat(conversion): switch PDF input engine to pdftohtml for improved performance and reduced dependencies (#5820)
This commit is contained in:
@@ -245,7 +245,7 @@ ENV PATH="/opt/venv/bin:$PATH"
|
||||
# Build all heavy python packages here
|
||||
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||
pip install \
|
||||
weasyprint pdf2image opencv-python-headless ocrmypdf \
|
||||
weasyprint pdf2image opencv-python-headless ocrmypdf \
|
||||
"unoserver==${UNOSERVER_VERSION}"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user