Commit
·
f74505d
1
Parent(s):
90cd056
update pdf library
Browse files- requirements.in +2 -2
- requirements.txt +4 -2
requirements.in
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
|
| 2 |
Pillow
|
| 3 |
-
PyPDF2
|
| 4 |
gradio[oauth]==4.44.0
|
| 5 |
huggingface_hub[hf_transfer]
|
| 6 |
-
pdf2image
|
|
|
|
|
|
| 1 |
|
| 2 |
Pillow
|
|
|
|
| 3 |
gradio[oauth]==4.44.0
|
| 4 |
huggingface_hub[hf_transfer]
|
| 5 |
+
pdf2image
|
| 6 |
+
PyMuPDF
|
requirements.txt
CHANGED
|
@@ -122,10 +122,12 @@ pydub==0.25.1
|
|
| 122 |
# via gradio
|
| 123 |
pygments==2.18.0
|
| 124 |
# via rich
|
|
|
|
|
|
|
|
|
|
|
|
|
| 125 |
pyparsing==3.1.4
|
| 126 |
# via matplotlib
|
| 127 |
-
pypdf2==3.0.1
|
| 128 |
-
# via -r requirements.in
|
| 129 |
python-dateutil==2.9.0.post0
|
| 130 |
# via
|
| 131 |
# matplotlib
|
|
|
|
| 122 |
# via gradio
|
| 123 |
pygments==2.18.0
|
| 124 |
# via rich
|
| 125 |
+
pymupdf==1.24.10
|
| 126 |
+
# via -r requirements.in
|
| 127 |
+
pymupdfb==1.24.10
|
| 128 |
+
# via pymupdf
|
| 129 |
pyparsing==3.1.4
|
| 130 |
# via matplotlib
|
|
|
|
|
|
|
| 131 |
python-dateutil==2.9.0.post0
|
| 132 |
# via
|
| 133 |
# matplotlib
|