Skip to content

Commit 1a4974c

Browse files
committed
chore: add table_cls use desc
1 parent a4339fc commit 1a4974c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,8 @@ from wired_table_rec import WiredTableRecognition
8787

8888
lineless_engine = LinelessTableRecognition()
8989
wired_engine = WiredTableRecognition()
90-
table_cls = TableCls()
91-
# 分类精度降低,但耗时减少 3/5(0.2s->0.08s)
92-
# table_cls = TableCls(mode="q")
90+
# 默认小yolo模型(0.1s),可切换为精度更高yolox(0.25s),更快的qanything(0.07s)模型
91+
table_cls = TableCls() # TableCls(mode="yolox"),TableCls(mode="q")
9392
img_path = f'images/img14.jpg'
9493

9594
cls,elasp = table_cls(img_path)

0 commit comments

Comments
 (0)