We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db1c1c commit cd2ea53Copy full SHA for cd2ea53
README.md
@@ -88,7 +88,7 @@ from wired_table_rec import WiredTableRecognition
88
lineless_engine = LinelessTableRecognition()
89
wired_engine = WiredTableRecognition()
90
# 默认小yolo模型(0.1s),可切换为精度更高yolox(0.25s),更快的qanything(0.07s)模型
91
-table_cls = TableCls() # TableCls(mode="yolox"),TableCls(mode="q")
+table_cls = TableCls() # TableCls(model_type="yolox"),TableCls(model_type="q")
92
img_path = f'images/img14.jpg'
93
94
cls,elasp = table_cls(img_path)
0 commit comments