From 73fe8914cbf2804c2a69e4792640173a3018cbf5 Mon Sep 17 00:00:00 2001 From: myhloli Date: Wed, 23 Oct 2024 17:32:07 +0800 Subject: [PATCH] build(setup): add doclayout_yolo dependency - Add doclayout_yolo==0.0.2 to the list of dependencies in setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 51b0ba7a..0a7e8db3 100644 --- a/setup.py +++ b/setup.py @@ -45,6 +45,7 @@ def parse_requirements(filename): "paddlepaddle==2.6.1;platform_system=='Windows' or platform_system=='Darwin'", # windows版本3.0.0b1效率下降,需锁定2.6.1 "pypandoc", # 表格解析latex转html "struct-eqtable==0.1.0", # 表格解析 + "doclayout_yolo==0.0.2", # doclayout_yolo "detectron2" ], },