Merge pull request #532 from paperless-ngx/feature-barcode-splitter

Feature barcode splitter
This commit is contained in:
Florian 2022-04-11 08:51:48 +02:00 committed by GitHub
commit 4dedff00b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 778 additions and 1 deletions

View file

@ -132,7 +132,7 @@ jobs:
name: Install system dependencies
run: |
sudo apt-get update -qq
sudo apt-get install -qq --no-install-recommends unpaper tesseract-ocr imagemagick ghostscript optipng
sudo apt-get install -qq --no-install-recommends unpaper tesseract-ocr imagemagick ghostscript optipng libzbar0 poppler-utils
-
name: Install Python dependencies
run: |