Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Mar 19, 2024
1 parent 77a1f20 commit 22cd14b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions content/docs/install_usage/rapidocr/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,9 @@ result, elapse = engine(img_path, use_det=False, use_cls=False, use_rec=True)
print(result)
print(elapse)
```

返回值`result`: `List[List[str, float]]` (`[识别的文本, 置信度]`)
```python
```python {linenos=table}
[
['韩国小馆', 0.7992169380187988],
...
Expand Down Expand Up @@ -251,7 +252,7 @@ print(elapse)
```

返回值`result`: `List[List[str, float]]` (`[识别的文本, 置信度]`)
```python
```python {linenos=table}
[
['韩国小馆', 0.7992169380187988],
...
Expand Down

0 comments on commit 22cd14b

Please sign in to comment.