Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -3,9 +3,9 @@ pandas
|
|
3 |
streamlit
|
4 |
transformers
|
5 |
torch
|
6 |
-
pymupdf
|
7 |
pdfplumber
|
8 |
-
textblob
|
9 |
-
pytesseract
|
10 |
python-docx
|
11 |
pillow
|
|
|
|
|
|
|
|
3 |
streamlit
|
4 |
transformers
|
5 |
torch
|
|
|
6 |
pdfplumber
|
|
|
|
|
7 |
python-docx
|
8 |
pillow
|
9 |
+
textblob
|
10 |
+
pytesseract
|
11 |
+
PyMuPDF
|