Skip to content

Commit 8311afb

Browse files
committed
docs: update docs
1 parent b509bc0 commit 8311afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install_usage/rapidocr/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ RapidOCR输出包括4种类型:`Union[TextDetOutput, TextClsOutput, TextRecOut
794794

795795
使用方法同样也是有两种:一是通过配置文件传入;二是通过初始化参数传入。
796796

797-
⚠️注意:Paddle格式模型需要传入`model_dir`来传入
797+
⚠️注意:Paddle格式模型需要使用`model_dir`来传入。原因是Paddle格式模型为多个文件组成,需要在程序中拼接为对应完整路径。
798798

799799
下面以通过初始化参数传入为例:
800800

0 commit comments

Comments
 (0)