diff --git a/docs/install_usage/rapidocr_api/usage.md b/docs/install_usage/rapidocr_api/usage.md index 2fb39e88..99b9311d 100644 --- a/docs/install_usage/rapidocr_api/usage.md +++ b/docs/install_usage/rapidocr_api/usage.md @@ -94,7 +94,7 @@ curl -F image_file=@1.png http://0.0.0.0:9003/ocr ### API输出 - 输出结果说明: - - 如果图像中存在文字,则会输出字典格式,具体介绍如下: + - 如果图像中存在文字,则会输出字典格式,具体介绍如下: ```python linenums="1" { @@ -111,7 +111,7 @@ curl -F image_file=@1.png http://0.0.0.0:9003/ocr } ``` - - 如果没有检测到文字,则会输出空字典(`{}`)。 + - 如果没有检测到文字,则会输出空字典(`{}`)。 - 示例结果: ```json linenums="1"