mirror of
https://github.com/ocrmypdf/OCRmyPDF.git
synced 2026-05-04 04:35:49 -04:00
Fix tesseract 3.04 on tesseract 4 on image
[skip ci]
This commit is contained in:
@@ -11,6 +11,8 @@ RUN add-apt-repository ppa:alex-p/tesseract-ocr
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
tesseract-ocr-all
|
||||
|
||||
RUN apt-get upgrade tesseract-ocr
|
||||
|
||||
RUN apt-get autoremove -y && apt-get clean -y
|
||||
|
||||
USER docker
|
||||
|
||||
Reference in New Issue
Block a user