Spaces:
Sleeping
Sleeping
Add OCR python dependencies
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -4,5 +4,7 @@ openpyxl>=3.1
|
|
| 4 |
plotly>=5.22
|
| 5 |
pdfplumber>=0.10
|
| 6 |
nltk>=3.8
|
|
|
|
|
|
|
| 7 |
|
| 8 |
huggingface_hub<1.0
|
|
|
|
| 4 |
plotly>=5.22
|
| 5 |
pdfplumber>=0.10
|
| 6 |
nltk>=3.8
|
| 7 |
+
pypdfium2>=4.30
|
| 8 |
+
pytesseract>=0.3.10
|
| 9 |
|
| 10 |
huggingface_hub<1.0
|