File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed
Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 44 - toc
55---
66
7- ## 新增功能
7+ ### 新增功能
88
9- ### 支持PaddleOCR在v3.2.0中发布的PP-OCRv5 英文/泰文/希腊文三个文本识别模型(issue #530 )
9+ #### 支持PaddleOCR在v3.2.0中发布的PP-OCRv5 英文/泰文/希腊文三个文本识别模型(issue #530 )
1010
1111这三个语种默认对应` LangRec.EN ` 、` LangRec.TH ` 和` LangRec.EL ` 。具体可参见官方文档中[ 模型列表] ( https://rapidai.github.io/RapidOCRDocs/main/model_list/#_4 ) 一节。
1212
@@ -29,17 +29,17 @@ print(result)
2929result.vis(" vis_result.jpg" )
3030```
3131
32- ## 改进优化
32+ ### 改进优化
3333
34- ### 统一det、cls和rec各个阶段统计运行时间的范围(issue #544 )
34+ #### 统一det、cls和rec各个阶段统计运行时间的范围(issue #544 )
3535
3636都统一改为从前处理、模型推理和后处理都算上。
3737
38- ### 重构单元测试部分
38+ #### 重构单元测试部分
3939
4040主要是拆分原有的` test_main.py ` 文件,利于后续维护
4141
42- ### 添加日志打印开关(issue #531 )
42+ #### 添加日志打印开关(issue #531 )
4343
4444``` python linenums="1"
4545from rapidocr import RapidOCR
@@ -54,8 +54,8 @@ result.vis("vis_result.jpg")
5454print (result.to_markdown())
5555```
5656
57- ## Bug修复
57+ ### Bug修复
5858
59- ### 修复保存中文路径乱码问题(issue #528 )
59+ #### 修复保存中文路径乱码问题(issue #528 )
6060
61- ### 修复PyTorch>=2.6时,加载模型权重问题(issue #527 )
61+ #### 修复PyTorch>=2.6时,加载模型权重问题(issue #527 )
Original file line number Diff line number Diff line change 66
77### 新增功能
88
9- #### 支持PyTorch引擎来调用Ascend NPU( PR #557 )
9+ #### 支持PyTorch引擎来调用Ascend NPU( PR #557 )
1010
1111详细使用方式参见:[ docs] ( https://rapidai.github.io/RapidOCRDocs/main/install_usage/rapidocr/how_to_use_infer_engine/#__tabbed_3_3 )
1212
1313### Bug修复
1414
15- #### 修复word_results和txts长度不对等问题( issue #555 )
15+ #### 修复word_results和txts长度不对等问题( issue #555 )
1616
1717### 改进优化
1818
19- #### 支持对带有EXIF Orientation图像的正确读取( issue #542 )
19+ #### 支持对带有EXIF Orientation图像的正确读取( issue #542 )
Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ hide:
284284
285285 !!! tip
286286
287- 仅在` rapidocr> 3.4.0 ` 中支持。` torch_npu` 官方相关文档:[link](https://github.com/Ascend/pytorch)
287+ 仅在` rapidocr> = 3.4.2 ` 中支持。` torch_npu` 官方相关文档:[link](https://github.com/Ascend/pytorch)
288288
289289 1. 安装` torch_npu` ,参见:[docs](https://github.com/Ascend/pytorch#installation)。
290290
Original file line number Diff line number Diff line change 178178 - 安装及使用 : install_usage/rapidocr_api/usage.md
179179 - 更新日志 : install_usage/rapidocr_api/changelog.md
180180 - 更新日志 :
181- - v3.4.1 : changelog/v3.4.1.md
182181 - v3.4.2 : changelog/v3.4.2.md
182+ - v3.4.1 : changelog/v3.4.1.md
183183 - 常见问题 : faq/faq.md
184184 - 周边项目 : related_projects.md
185185 - 博客 :
You can’t perform that action at this time.
0 commit comments