Spaces:
Sleeping
Sleeping
Upload 2 files
Browse files- packages.txt +1 -0
- requirements.txt +8 -0
packages.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
tesseract-ocr
|
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pytesseract
|
| 2 |
+
pillow
|
| 3 |
+
mirascope==0.18.3
|
| 4 |
+
groq
|
| 5 |
+
google-generativeai
|
| 6 |
+
streamlit
|
| 7 |
+
pyMuPDF==1.24.7
|
| 8 |
+
python-dotenv
|