Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
|
2 |
pillow
|
3 |
-
opencv-python
|
4 |
-
gradio
|
5 |
pip==24.2
|
6 |
pytesseract
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
pillow
|
|
|
|
|
3 |
pip==24.2
|
4 |
pytesseract
|
5 |
+
wand
|
6 |
+
opencv-python
|
7 |
+
gradio
|
8 |
+
requests
|
9 |
+
|