Skip to content

Commit 807c63b

Browse files
committed
docs: update README
1 parent 96e9b76 commit 807c63b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,6 @@ from pathlib import Path
110110
from rapidocr import RapidOCR, VisRes
111111
from rapid_table import RapidTable, RapidTableInput, VisTable
112112

113-
# 默认是slanet_plus模型
114-
table_engine = RapidTable()
115-
116113
# 开启onnx-gpu推理
117114
# input_args = RapidTableInput(use_cuda=True)
118115
# table_engine = RapidTable(input_args)
@@ -124,6 +121,7 @@ table_engine = RapidTable()
124121
ocr_engine = RapidOCR()
125122
vis_ocr = VisRes()
126123

124+
# 默认是slanet_plus模型
127125
input_args = RapidTableInput(model_type="unitable")
128126
table_engine = RapidTable(input_args)
129127
viser = VisTable()

0 commit comments

Comments
 (0)