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 96e9b76 commit 807c63bCopy full SHA for 807c63b
1 file changed
README.md
@@ -110,9 +110,6 @@ from pathlib import Path
110
from rapidocr import RapidOCR, VisRes
111
from rapid_table import RapidTable, RapidTableInput, VisTable
112
113
-# 默认是slanet_plus模型
114
-table_engine = RapidTable()
115
-
116
# 开启onnx-gpu推理
117
# input_args = RapidTableInput(use_cuda=True)
118
# table_engine = RapidTable(input_args)
@@ -124,6 +121,7 @@ table_engine = RapidTable()
124
121
ocr_engine = RapidOCR()
125
122
vis_ocr = VisRes()
126
123
+# 默认是slanet_plus模型
127
input_args = RapidTableInput(model_type="unitable")
128
table_engine = RapidTable(input_args)
129
viser = VisTable()
0 commit comments