Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
|
@@ -16,4 +16,10 @@ pydantic==2.11.5
|
|
| 16 |
Requests==2.32.3
|
| 17 |
retry==0.9.2
|
| 18 |
tqdm==4.67.1
|
| 19 |
-
PyMuPDF
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
Requests==2.32.3
|
| 17 |
retry==0.9.2
|
| 18 |
tqdm==4.67.1
|
| 19 |
+
PyMuPDF
|
| 20 |
+
pdf2image
|
| 21 |
+
pdfplumber
|
| 22 |
+
opencv-python-headless
|
| 23 |
+
layoutparser
|
| 24 |
+
PyMuPDF
|
| 25 |
+
pytesseract
|