We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4be2e4 + b1b6d50 commit 83de38eCopy full SHA for 83de38e
Dockerfile
@@ -90,6 +90,10 @@ ARG RUNTIME_PACKAGES="\
90
tesseract-ocr-fra \
91
tesseract-ocr-ita \
92
tesseract-ocr-spa \
93
+ # Suggested for OCRmyPDF
94
+ pngquant \
95
+ # Suggested for pikepdf
96
+ jbig2dec \
97
tzdata \
98
unpaper \
99
# Mime type detection
docs/setup.rst
@@ -339,7 +339,7 @@ writing. Windows is not and will never be supported.
339
* ``qpdf``
340
* ``liblept5``
341
* ``libxml2``
342
- * ``pngquant``
+ * ``pngquant`` (suggested for certain PDF image optimizations)
343
* ``zlib1g``
344
* ``tesseract-ocr`` >= 4.0.0 for OCR
345
* ``tesseract-ocr`` language packs (``tesseract-ocr-eng``, ``tesseract-ocr-deu``, etc)
0 commit comments