Spaces:
Runtime error
Runtime error
Upload 2 files
Browse files- packages.txt +1 -0
- requirements(3).txt +6 -0
packages.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
tesseract-ocr
|
requirements(3).txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
pytesseract
|
| 3 |
+
opencv-python-headless
|
| 4 |
+
pillow
|
| 5 |
+
numpy
|
| 6 |
+
pandas
|