Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -3
requirements.txt
CHANGED
@@ -1,6 +1,10 @@
|
|
1 |
-
opencv-python
|
2 |
-
gradio
|
3 |
PyMuPDF
|
4 |
-
|
|
|
5 |
imutils
|
6 |
pytesseract
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
PyMuPDF
|
2 |
+
numpy
|
3 |
+
opencv-python
|
4 |
imutils
|
5 |
pytesseract
|
6 |
+
streamlit
|
7 |
+
pillow
|
8 |
+
easyocr
|
9 |
+
tesseract
|
10 |
+
gradio
|