From b94785e4ce5e3d7f18e25b6c78954bf60fd734d4 Mon Sep 17 00:00:00 2001 From: sml2h3 Date: Sat, 26 Feb 2022 15:43:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0Readme=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b1ad806..46eba74 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,11 @@ 本次升级的主要原因为,[dddd_trainer](https://github.com/sml2h3/dddd_trainer) 的开源进行适配,使[dddd_trainer](https://github.com/sml2h3/dddd_trainer) 训练出的模型可以直接无缝导入到ddddocr里面来使用 +## 使用ddddocr调用[dddd_trainer](https://github.com/sml2h3/dddd_trainer) 训练后的模型 + [dddd_trainer](https://github.com/sml2h3/dddd_trainer) 训练后会在models目录里导出charsets.json和onnx模型 +如下所示,import_onnx_path为onnx所在地址,charsets_path为onnx所在地址 ```python import ddddocr