Skip to content

Commit

Permalink
docs(README): Fix typo of imort
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Jun 19, 2024
1 parent 6c32996 commit c62286d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $ pip install rapid-layout
#### python脚本运行
```python
import cv2
from rapid_layout import RapidLayout,vis_layout
from rapid_layout import RapidLayout, VisLayout

# model_type类型参见上表。指定不同model_type时,会自动下载相应模型到安装目录下的。
layout_engine = RapidLayout(box_threshold=0.5, model_type="pp_layout_cdla")
Expand Down

0 comments on commit c62286d

Please sign in to comment.