Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -6,6 +6,8 @@ loguru>=0.6.0
|
|
6 |
numpy>=1.21.6,<2.0.0
|
7 |
fast-langdetect==0.2.0
|
8 |
scikit-learn>=1.0.2
|
|
|
|
|
9 |
unimernet==0.2.2
|
10 |
doclayout_yolo==0.0.2
|
11 |
matplotlib
|
@@ -14,9 +16,9 @@ paddleocr==2.7.3
|
|
14 |
paddlepaddle-gpu @ https://paddle-whl.bj.bcebos.com/stable/cu118/paddlepaddle-gpu/paddlepaddle_gpu-3.0.0b1-cp310-cp310-linux_x86_64.whl
|
15 |
struct-eqtable==0.3.2
|
16 |
detectron2 @ https://wheels-1251341229.cos.ap-shanghai.myqcloud.com/assets/whl/detectron2/detectron2-0.6-cp310-cp310-linux_x86_64.whl
|
17 |
-
magic-pdf>=0.10.
|
18 |
torch>=2.2.2,<=2.3.1
|
19 |
torchvision>=0.17.2,<=0.18.1
|
20 |
rapid-table
|
21 |
rapidocr-paddle
|
22 |
-
gradio-pdf
|
|
|
6 |
numpy>=1.21.6,<2.0.0
|
7 |
fast-langdetect==0.2.0
|
8 |
scikit-learn>=1.0.2
|
9 |
+
transformers
|
10 |
+
pdfminer.six==20231228
|
11 |
unimernet==0.2.2
|
12 |
doclayout_yolo==0.0.2
|
13 |
matplotlib
|
|
|
16 |
paddlepaddle-gpu @ https://paddle-whl.bj.bcebos.com/stable/cu118/paddlepaddle-gpu/paddlepaddle_gpu-3.0.0b1-cp310-cp310-linux_x86_64.whl
|
17 |
struct-eqtable==0.3.2
|
18 |
detectron2 @ https://wheels-1251341229.cos.ap-shanghai.myqcloud.com/assets/whl/detectron2/detectron2-0.6-cp310-cp310-linux_x86_64.whl
|
19 |
+
magic-pdf>=0.10.6
|
20 |
torch>=2.2.2,<=2.3.1
|
21 |
torchvision>=0.17.2,<=0.18.1
|
22 |
rapid-table
|
23 |
rapidocr-paddle
|
24 |
+
gradio-pdf>=0.0.21
|