Skip to content

Commit d6d55d2

Browse files
committed
docs: update files
1 parent 57f8d15 commit d6d55d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install_usage/rapidocr/how_to_use_offline_model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ print(result)
2424
result.vis("vis_result.jpg")
2525
```
2626

27-
上面第4行通过`Det.model_path`指定了本地已经下载好的文本检测模型。文本方向分类和文本识别模型也可同样指定。(`Cls.model_path``Rec.model_path`)
27+
上面第4行通过`Det.model_path`指定了本地已经下载好的文本检测模型。文本方向分类和文本识别模型也可同样指定。(`Cls.model_path``Rec.model_path`同理)

0 commit comments

Comments
 (0)