Update requirements.txt
Browse files- requirements.txt +10 -9
requirements.txt
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
PyMuPDF
|
| 3 |
-
pdfplumber
|
| 4 |
-
camelot-py[cv]
|
| 5 |
-
pandas
|
| 6 |
-
Pillow
|
| 7 |
-
pytesseract
|
| 8 |
-
numpy
|
| 9 |
-
ghostscript
|
|
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
PyMuPDF
|
| 3 |
+
pdfplumber
|
| 4 |
+
camelot-py[cv]
|
| 5 |
+
pandas
|
| 6 |
+
Pillow
|
| 7 |
+
pytesseract
|
| 8 |
+
numpy
|
| 9 |
+
ghostscript
|
| 10 |
+
tesseract-ocr
|