Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -16,6 +16,9 @@ bitsandbytes>=0.41.0
|
|
16 |
unstructured
|
17 |
unstructured[local-inference] # or [pdf] depending on your platform
|
18 |
|
|
|
|
|
|
|
19 |
|
20 |
# Vector Database and Search
|
21 |
faiss-cpu>=1.7.4
|
|
|
16 |
unstructured
|
17 |
unstructured[local-inference] # or [pdf] depending on your platform
|
18 |
|
19 |
+
tesseract
|
20 |
+
pytesseract
|
21 |
+
|
22 |
|
23 |
# Vector Database and Search
|
24 |
faiss-cpu>=1.7.4
|