mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Merge pull request #1247 from paperless-ngx/bugfix-pikepdf-ocrmypdf-warnings
Bugfix: Adds pngquant and jbig2dec to Docker image
This commit is contained in:
		@@ -90,6 +90,10 @@ ARG RUNTIME_PACKAGES="\
 | 
				
			|||||||
  tesseract-ocr-fra \
 | 
					  tesseract-ocr-fra \
 | 
				
			||||||
  tesseract-ocr-ita \
 | 
					  tesseract-ocr-ita \
 | 
				
			||||||
  tesseract-ocr-spa \
 | 
					  tesseract-ocr-spa \
 | 
				
			||||||
 | 
					  # Suggested for OCRmyPDF
 | 
				
			||||||
 | 
					  pngquant \
 | 
				
			||||||
 | 
					  # Suggested for pikepdf
 | 
				
			||||||
 | 
					  jbig2dec \
 | 
				
			||||||
  tzdata \
 | 
					  tzdata \
 | 
				
			||||||
  unpaper \
 | 
					  unpaper \
 | 
				
			||||||
  # Mime type detection
 | 
					  # Mime type detection
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -339,7 +339,7 @@ writing. Windows is not and will never be supported.
 | 
				
			|||||||
    *   ``qpdf``
 | 
					    *   ``qpdf``
 | 
				
			||||||
    *   ``liblept5``
 | 
					    *   ``liblept5``
 | 
				
			||||||
    *   ``libxml2``
 | 
					    *   ``libxml2``
 | 
				
			||||||
    *   ``pngquant``
 | 
					    *   ``pngquant`` (suggested for certain PDF image optimizations)
 | 
				
			||||||
    *   ``zlib1g``
 | 
					    *   ``zlib1g``
 | 
				
			||||||
    *   ``tesseract-ocr`` >= 4.0.0 for OCR
 | 
					    *   ``tesseract-ocr`` >= 4.0.0 for OCR
 | 
				
			||||||
    *   ``tesseract-ocr`` language packs (``tesseract-ocr-eng``, ``tesseract-ocr-deu``, etc)
 | 
					    *   ``tesseract-ocr`` language packs (``tesseract-ocr-eng``, ``tesseract-ocr-deu``, etc)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user