Hayk Arutyunyan commited on
Commit
579b97b
·
1 Parent(s): 32cd442

Update requirements.txt: add pytesseract version

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -5,10 +5,11 @@ opencv-python-headless==4.10.0.84
5
  scikit-image==0.25.2
6
  tqdm==4.67.1
7
 
8
- # PaddleOCR stack
9
  paddleocr==3.2.0
10
  paddlepaddle==2.6.1
 
11
 
12
  # Optional
13
  python-docx==1.2.0
14
- pdf2image==1.17.0
 
5
  scikit-image==0.25.2
6
  tqdm==4.67.1
7
 
8
+ # OCR stack
9
  paddleocr==3.2.0
10
  paddlepaddle==2.6.1
11
+ pytesseract==0.3.10
12
 
13
  # Optional
14
  python-docx==1.2.0
15
+ pdf2image==1.17.0