Skip to content

Commit

Permalink
Updated dependencies of tesseract ocr
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansh5461 committed Sep 3, 2023
1 parent eea180d commit 1d73a98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
sudo apt-get update
sudo apt install tesseract-ocr
sudo apt install libtesseract-dev
- name: Run Pytest
run: pytest --disable-warnings .
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,4 @@ aiofiles
pytest-asyncio
pymupdf
pytesseract
pillow
tesseract-ocr
pillow

0 comments on commit 1d73a98

Please sign in to comment.