Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
gradio==4.44.1
|
| 2 |
-
pdfplumber==0.10.2
|
| 3 |
-
python-docx==1.1.0
|
| 4 |
-
PyMuPDF
|
| 5 |
pytesseract
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio==4.44.1
|
|
|
|
|
|
|
|
|
|
| 2 |
pytesseract
|
| 3 |
+
python-docx
|
| 4 |
+
camelot-py[cv] # for digital-table parsing
|
| 5 |
+
pdf2image # for fallback OCR on images
|
| 6 |
+
pytesseract
|
| 7 |
+
Pillow
|
| 8 |
+
rapidfuzz
|