pierreguillou commited on
Commit
995b383
1 Parent(s): 6501d73

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -0
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ gradio>=4.1.1
2
+ Pillow>=9.0.0
3
+ numpy>=1.21.0
4
+ opencv-python-headless>=4.5.0
5
+ pytesseract>=0.3.8
6
+ PyMuPDF>=1.18.0
7
+ pdf2image>=1.16.0