Skip to content

Commit a6ad9b3

Browse files
committed
chore: update files
1 parent 508cab8 commit a6ad9b3

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

docs/changelog/v3.4.1.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ hide:
44
- toc
55
---
66

7-
### 更新日志
8-
97
#### (issue #530)支持PaddleOCR在v3.2.0中发布的PP-OCRv5 英文/泰文/希腊文三个文本识别模型
108

119
这三个语种默认对应`LangRec.EN``LangRec.TH``LangRec.EL`。具体可参见官方文档中[模型列表](https://rapidai.github.io/RapidOCRDocs/main/model_list/#_4)一节。
1210

1311
下面给出希腊文识别示例:
1412

15-
```python
13+
```python linenums="1"
1614
from rapidocr import LangRec, ModelType, OCRVersion, RapidOCR
1715

1816
engine = RapidOCR(
@@ -31,7 +29,7 @@ result.vis("vis_result.jpg")
3129

3230
#### (issue #531) 添加日志打印开关
3331

34-
```python
32+
```python linenums="1"
3533
from rapidocr import RapidOCR
3634

3735
engine = RapidOCR(params={"Global.log_level": "critical"}) # 注意这里改为critical,就不会打印日志了

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ theme:
6262
software-tag: fontawesome/solid/laptop-code
6363

6464
plugins:
65-
- tags
6665
- blog:
6766
archive: false
6867
post_date_format: short

0 commit comments

Comments
 (0)