We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 751a6fd commit ff55ccbCopy full SHA for ff55ccb
docs/model_list.md
@@ -77,7 +77,7 @@ engine = RapidOCR(
77
78
以上模型可直接通过字段指定,程序会自动下载使用。
79
80
-```python linenums="1" hl_lines="4"
+```python linenums="1" hl_lines="5-7"
81
from rapidocr import EngineType, LangDet, ModelType, OCRVersion, RapidOCR
82
83
engine = RapidOCR(
0 commit comments