Attempt to deal with jbig2dec warnings
This commit is contained in:
@@ -61,6 +61,7 @@ jobs:
|
||||
sudo apt-get install -y --no-install-recommends \
|
||||
curl \
|
||||
ghostscript \
|
||||
jbig2dec \
|
||||
img2pdf \
|
||||
libexempi8 \
|
||||
libffi-dev \
|
||||
@@ -192,8 +193,8 @@ jobs:
|
||||
|
||||
- name: Install system packages
|
||||
run: |
|
||||
choco install --yes --no-progress --pre tesseract
|
||||
choco install --yes --no-progress --ignore-checksums ghostscript --version 9.56.1
|
||||
winget install --disable-interactivity --id=UB-Mannheim.TesseractOCR -e
|
||||
winget install --disable-interactivity -e --id ArtifexSoftware.GhostScript -v 9.56.1
|
||||
|
||||
- name: Install Python packages
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user