suprimedev commited on
Commit
975a37a
·
verified ·
1 Parent(s): c8d9a94

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- gradio
2
- PyMuPDF
3
- arabic-reshaper
4
- python-bidi
5
- pillow
6
- easyocr
 
1
+ gradio>=4.0.0
2
+ PyMuPDF>=1.23.0
3
+ arabic-reshaper>=3.0.0
4
+ python-bidi>=0.4.2
5
+ pytesseract>=0.3.10
6
+ Pillow>=10.0.0