We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 232d432 commit ebbcd11Copy full SHA for ebbcd11
docs/install_usage/rapidocr/install.md
@@ -19,7 +19,7 @@ hide:
19
20
`rapidocr>=2.0.0,<=2.0.5`中,默认采用ONNXRuntime CPU版作为推理引擎,可以通过安装其他推理引擎,通过相应参数来使用GPU推理。该部分请参见后续文档。
21
22
-`rapidocr>=2.0.6`中不再将ONNXRuntime CPU作为默认推理引擎。该版本及以后需要小伙伴们手动安装所需推理引擎来使用。这样做是经过充分考虑了的。
+`rapidocr>=2.0.6`中不再将ONNXRuntime库作为依赖包,但是仍然是默认推理引擎。该版本及以后需要小伙伴们手动安装所需推理引擎来使用。这样做是经过充分考虑了的。
23
24
#### 安装
25
0 commit comments