Skip to content

Commit cd2ea53

Browse files
committed
fix: fix desc for table cls
1 parent 6db1c1c commit cd2ea53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ from wired_table_rec import WiredTableRecognition
8888
lineless_engine = LinelessTableRecognition()
8989
wired_engine = WiredTableRecognition()
9090
# 默认小yolo模型(0.1s),可切换为精度更高yolox(0.25s),更快的qanything(0.07s)模型
91-
table_cls = TableCls() # TableCls(mode="yolox"),TableCls(mode="q")
91+
table_cls = TableCls() # TableCls(model_type="yolox"),TableCls(model_type="q")
9292
img_path = f'images/img14.jpg'
9393

9494
cls,elasp = table_cls(img_path)

0 commit comments

Comments
 (0)