Spaces:
Running
on
L4
Running
on
L4
Update requirements.txt
Browse files- requirements.txt +1 -26
requirements.txt
CHANGED
@@ -1,27 +1,2 @@
|
|
1 |
-
|
2 |
-
Brotli>=1.1.0
|
3 |
-
click>=8.1.7
|
4 |
-
PyMuPDF>=1.24.9,<1.25.0
|
5 |
-
loguru>=0.6.0
|
6 |
-
numpy>=1.21.6,<2.0.0
|
7 |
-
fast-langdetect>=0.2.3,<0.3.0
|
8 |
-
scikit-learn>=1.0.2
|
9 |
-
pdfminer.six==20231228
|
10 |
-
torch==2.6.0
|
11 |
-
torchvision
|
12 |
-
matplotlib>=3.10
|
13 |
-
ultralytics>=8.3.48
|
14 |
-
rapid-table>=1.0.3,<2.0.0
|
15 |
-
doclayout-yolo==0.0.2b1
|
16 |
-
dill>=0.3.9,<1
|
17 |
-
rapid_table>=1.0.3,<2.0.0
|
18 |
-
PyYAML>=6.0.2,<7
|
19 |
-
ftfy>=6.3.1,<7
|
20 |
-
openai>=1.70.0,<2
|
21 |
-
pydantic>=2.7.2,<2.11
|
22 |
-
transformers>=4.49.0,<5.0.0
|
23 |
gradio-pdf>=0.0.21
|
24 |
-
shapely>=2.0.7,<3
|
25 |
-
pyclipper>=1.3.0,<2
|
26 |
-
omegaconf>=2.3.0,<3
|
27 |
-
tqdm>=4.67.1
|
|
|
1 |
+
magic-pdf[full]>=1.3.8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
gradio-pdf>=0.0.21
|
|
|
|
|
|
|
|