We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d61bd54 commit 6ce2f09Copy full SHA for 6ce2f09
1 file changed
README.md
@@ -58,8 +58,8 @@ unitable是来源unitable的transformer模型,精度最高,暂仅支持pytor
58
|`rapid_table`|OCR|
59
|:---:|:---|
60
|v0.x|`rapidocr_onnxruntime`|
61
-|v1.x|`rapidocr>=2.0.0,<3.0.0`|
62
-|v2.x|`rapidocr>=3.0.0`|
+|v1.0.x|`rapidocr>=2.0.0,<3.0.0`|
+|v1.x.0|`rapidocr>=3.0.0`|
63
64
由于模型较小,预先将slanet-plus表格识别模型(`slanet-plus.onnx`)打包进了whl包内。其余模型在初始化`RapidTable`类时,会根据`model_type`来自动下载模型到安装包所在`models`目录下。当然也可以通过`RapidTableInput(model_path='')`来指定自己模型路径。注意仅限于我们现支持的`model_type`。
65
0 commit comments