Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Sep 21, 2023
1 parent cc7417a commit d8fc19e
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 533 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
weight: 200
title: "rapidocr_onnxruntime"
description: "rapidocr_onnxruntime"
title: "rapidocr"
description: "rapidocr"
icon: menu_book
date: 2023-09-13
lastmod: 2023-09-13
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ categories:
<a href="https://pepy.tech/project/rapidocr_onnxruntime"><img src="https://static.pepy.tech/personalized-badge/rapidocr_onnxruntime?period=total&units=abbreviation&left_color=grey&right_color=blue&left_text=Downloads%20Ort"></a>
</p>

{{< alert context="info" text="`rapidocr_onnxruntime``rapidocr_openvino`两个包除推理引擎不同之外,其余均相同,后续说明文档均以`rapidocr_onnxruntime`为例<br/>如使用`rapidocr_openvino`,直接更换关键词`rapidocr_onnxruntime``rapidocr_openvino`即可。" />}}


{{% alert context="info" %}}
#### 各个版本的对应关系
#### pypi上各个版本的对应关系

|版本|内置模型版本|对应PaddleOCR 分支|
|:---:|:---:|:---:|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ class RapidOCR:
{{% tab tabName="str" %}}

```python {linenos=table}
from pathlib import Path

from rapidocr_onnxruntime import RapidOCR

engine = RapidOCR()
Expand All @@ -96,8 +94,6 @@ print(elapse)
{{% tab tabName="np.ndarray" %}}

```python {linenos=table}
from pathlib import Path

import cv2
from rapidocr_onnxruntime import RapidOCR

Expand All @@ -112,8 +108,6 @@ print(elapse)
{{% tab tabName="Bytes" %}}

```python {linenos=table}
from pathlib import Path

from rapidocr_onnxruntime import RapidOCR

engine = RapidOCR()
Expand Down Expand Up @@ -151,8 +145,6 @@ print(elapse)
{{% tab tabName="只有检测" %}}

```python {linenos=table}
from pathlib import Path

from rapidocr_onnxruntime import RapidOCR

engine = RapidOCR()
Expand All @@ -177,8 +169,6 @@ print(elapse)
{{% tab tabName="只有分类" %}}

```python {linenos=table}
from pathlib import Path

from rapidocr_onnxruntime import RapidOCR

engine = RapidOCR()
Expand All @@ -200,8 +190,6 @@ print(elapse)
{{% tab tabName="只有识别" %}}

```python {linenos=table}
from pathlib import Path

from rapidocr_onnxruntime import RapidOCR

engine = RapidOCR()
Expand All @@ -223,8 +211,6 @@ print(elapse)
{{% tab tabName="检测 + 识别" %}}

```python {linenos=table}
from pathlib import Path

from rapidocr_onnxruntime import RapidOCR

engine = RapidOCR()
Expand All @@ -247,8 +233,6 @@ print(elapse)
{{% tab tabName="分类 + 识别" %}}

```python {linenos=table}
from pathlib import Path

from rapidocr_onnxruntime import RapidOCR

engine = RapidOCR()
Expand All @@ -271,8 +255,6 @@ print(elapse)
{{% tab tabName="检测 + 分类 + 识别" %}}

```python {linenos=table}
from pathlib import Path

from rapidocr_onnxruntime import RapidOCR

engine = RapidOCR()
Expand Down
9 changes: 0 additions & 9 deletions content/docs/install_usage/rapidocr_openvino/_index.md

This file was deleted.

106 changes: 0 additions & 106 deletions content/docs/install_usage/rapidocr_openvino/cli.md

This file was deleted.

58 changes: 0 additions & 58 deletions content/docs/install_usage/rapidocr_openvino/install.md

This file was deleted.

Loading

0 comments on commit d8fc19e

Please sign in to comment.