File tree Expand file tree Collapse file tree 3 files changed +37
-11
lines changed
Expand file tree Collapse file tree 3 files changed +37
-11
lines changed Original file line number Diff line number Diff line change 44 - toc
55---
66
7- #### (issue #530 )支持PaddleOCR在v3.2.0中发布的PP-OCRv5 英文/泰文/希腊文三个文本识别模型
7+ ## 新增功能
8+
9+ ### 支持PaddleOCR在v3.2.0中发布的PP-OCRv5 英文/泰文/希腊文三个文本识别模型(issue #530 )
810
911这三个语种默认对应` LangRec.EN ` 、` LangRec.TH ` 和` LangRec.EL ` 。具体可参见官方文档中[ 模型列表] ( https://rapidai.github.io/RapidOCRDocs/main/model_list/#_4 ) 一节。
1012
@@ -27,7 +29,17 @@ print(result)
2729result.vis(" vis_result.jpg" )
2830```
2931
30- #### (issue #531 ) 添加日志打印开关
32+ ## 改进优化
33+
34+ ### 统一det、cls和rec各个阶段统计运行时间的范围(issue #544 )
35+
36+ 都统一改为从前处理、模型推理和后处理都算上。
37+
38+ ### 重构单元测试部分
39+
40+ 主要是拆分原有的` test_main.py ` 文件,利于后续维护
41+
42+ ### 添加日志打印开关(issue #531 )
3143
3244``` python linenums="1"
3345from rapidocr import RapidOCR
@@ -42,14 +54,8 @@ result.vis("vis_result.jpg")
4254print (result.to_markdown())
4355```
4456
45- #### (issue #528 ) 修复保存中文路径乱码问题
46-
47- #### (issue #527 ) 修复PyTorch>=2.6时,加载模型权重问题
48-
49- #### (issue #544 ) 统一det、cls和rec各个阶段统计运行时间的范围
57+ ## Bug修复
5058
51- 都统一改为从前处理、模型推理和后处理都算上。
52-
53- #### 重构单元测试部分
59+ ### 修复保存中文路径乱码问题(issue #528 )
5460
55- 主要是拆分原有的 ` test_main.py ` 文件,利于后续维护
61+ ### 修复PyTorch>=2.6时,加载模型权重问题(issue # 527 )
Original file line number Diff line number Diff line change 1+ ---
2+ comments : true
3+ hide :
4+ - toc
5+ ---
6+
7+ ### 新增功能
8+
9+ #### 支持PyTorch引擎来调用Ascend NPU(PR #557 )
10+
11+ 详细使用方式参见:[ docs] ( https://rapidai.github.io/RapidOCRDocs/main/install_usage/rapidocr/how_to_use_infer_engine/#__tabbed_3_3 )
12+
13+ ### Bug修复
14+
15+ #### 修复word_results和txts长度不对等问题(issue #555 )
16+
17+ ### 改进优化
18+
19+ #### 支持对带有EXIF Orientation图像的正确读取(issue #542 )
Original file line number Diff line number Diff line change 179179 - 更新日志 : install_usage/rapidocr_api/changelog.md
180180 - 更新日志 :
181181 - v3.4.1 : changelog/v3.4.1.md
182+ - v3.4.2 : changelog/v3.4.2.md
182183 - 常见问题 : faq/faq.md
183184 - 周边项目 : related_projects.md
184185 - 博客 :
You can’t perform that action at this time.
0 commit comments