Skip to content

Commit

Permalink
Merge pull request #774 from myhloli/add-doclayout-yolo
Browse files Browse the repository at this point in the history
build(setup): add doclayout_yolo dependency
  • Loading branch information
myhloli authored Oct 23, 2024
2 parents c1ba9dc + 73fe891 commit 97585a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
},
Expand Down

0 comments on commit 97585a7

Please sign in to comment.