Spaces:
Configuration error
Configuration error
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
|
|
5 |
numpy
|
6 |
tesseract-ocr
|
|
|
1 |
+
gradio==4.44.0
|
2 |
+
opencv-python>=4.1,<5.0
|
3 |
+
pytesseract>=0.2.6
|
4 |
+
fuzzywuzzy>=0.17.0
|
5 |
+
python-Levenshtein>=0.12.0
|
6 |
numpy
|
7 |
tesseract-ocr
|