Skip to content

Commit

Permalink
added line to pipeline.yml for danish model
Browse files Browse the repository at this point in the history
  • Loading branch information
Darth-Sand committed Nov 27, 2023
1 parent ccde7bd commit d23d0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
- run: sudo mkdir /watched/output
- run: sudo apt-get update
- run: sudo apt-get install poppler-utils
- run: sudo apt-get install libleptonica-dev tesseract-ocr libtesseract-dev python3-pil tesseract-ocr-eng tesseract-ocr-script-latn
- run: sudo apt-get install libleptonica-dev tesseract-ocr libtesseract-dev python3-pil tesseract-ocr-eng tesseract-ocr-dan tesseract-ocr-script-latn
- run: pip install -r requirements.txt
- run: "python3 -m unittest discover -s src -p 'test_*.py'"

0 comments on commit d23d0f2

Please sign in to comment.