Hayk Arutyunyan commited on
Commit
ab8acd5
·
1 Parent(s): 9ed7083

Update requirements.txt: add libraries versions

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -10
requirements.txt CHANGED
@@ -1,10 +1,14 @@
1
- paddleocr
2
- opencv-python-headless
3
- pandas
4
- numpy
5
- openpyxl
6
- tqdm
7
- PyYAML
8
- matplotlib
9
- python-docx
10
- pytesseract
 
 
 
 
 
1
+ numpy==1.26.4
2
+ pillow==10.4.0
3
+ pandas==2.2.3
4
+ 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