mirror of
https://github.com/netfun2000/ddddocr.git
synced 2026-08-13 03:41:47 +08:00
ddddocr模型升级
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
## 环境要求
|
||||
|
||||
`python >= 3.8`
|
||||
`python <= 3.9`
|
||||
|
||||
`Windows/Linux..`
|
||||
|
||||
@@ -50,4 +50,6 @@ print(res)
|
||||
| img_bytes | None | bytes 图片的bytes格式 |
|
||||
| img_base64 | None | 图片的 base64 编码值(不包含图片头) |
|
||||
|
||||
> 说明,当 `img_bytes` 和 `img_base64` 都存在时,优先使用 `img_bytes`
|
||||
> 说明,当 `img_bytes` 和 `img_base64` 都存在时,优先使用 `img_bytes`
|
||||
|
||||
> 如果使用GPU,需要自行安装cuda和cudnn,并在安装完ddddocr时执行 <br>`pip uninstall onnxrumtime`<br>然后手动执行<br>`pip install onnxruntime-gpu`
|
||||
+1
-1
@@ -9,7 +9,7 @@
|
||||
|
||||
## 环境要求
|
||||
|
||||
`python >= 3.8`
|
||||
`python <= 3.9`
|
||||
|
||||
`Windows/Linux..`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user