From d549b21b95f8e229203f59ba49241ad929892797 Mon Sep 17 00:00:00 2001 From: SWHL Date: Tue, 19 Nov 2024 22:52:05 +0800 Subject: [PATCH] docs: update return_word_box --- docs/install_usage/api/RapidOCR.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install_usage/api/RapidOCR.md b/docs/install_usage/api/RapidOCR.md index 8e0f12fc..28075baf 100644 --- a/docs/install_usage/api/RapidOCR.md +++ b/docs/install_usage/api/RapidOCR.md @@ -200,7 +200,7 @@ RapidOCR在调用时,有三个参数`use_det | use_cls | use_rec`,可以控 === "返回单字坐标" - ⚠️注意:汉字是单字坐标,英语是单词坐标 + ⚠️注意:汉字是单字坐标,英语是单词坐标。 在`rapidocr_onnxruntime>=1.4.0`中支持。 ```python linenums="1" from rapidocr_onnxruntime import RapidOCR