Skip to content

Commit af60a2b

Browse files
authored
fix: fixed broken link
1 parent a4f2373 commit af60a2b

File tree

18 files changed

+35
-34
lines changed

18 files changed

+35
-34
lines changed

docs/blog/posts/about_model/adapt_PP-OCRv5_det.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ links:
2121

2222
### 引言
2323

24-
来自PaddleOCR[官方文档](https://paddlepaddle.github.io/PaddleOCR/latest/version3.x/algorithm/PP-OCRv5/PP-OCRv5.html)
24+
来自PaddleOCR[官方文档](http://www.paddleocr.ai/latest/version3.x/algorithm/PP-OCRv5/PP-OCRv5.html)
2525

2626
> PP-OCRv5 是PP-OCR新一代文字识别解决方案,该方案聚焦于多场景、多文字类型的文字识别。在文字类型方面,PP-OCRv5支持简体中文、中文拼音、繁体中文、英文、日文5大主流文字类型,在场景方面,PP-OCRv5升级了中英复杂手写体、竖排文本、生僻字等多种挑战性场景的识别能力。在内部多场景复杂评估集上,PP-OCRv5较PP-OCRv4端到端提升13个百分点。
2727

docs/blog/posts/about_model/adapt_PP-OCRv5_rec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ links:
2222

2323
### 引言
2424

25-
来自PaddleOCR[官方文档](https://paddlepaddle.github.io/PaddleOCR/latest/version3.x/algorithm/PP-OCRv5/PP-OCRv5.html)
25+
来自PaddleOCR[官方文档](http://www.paddleocr.ai/latest/version3.x/algorithm/PP-OCRv5/PP-OCRv5.html)
2626

2727
> PP-OCRv5 是PP-OCR新一代文字识别解决方案,该方案聚焦于多场景、多文字类型的文字识别。在文字类型方面,PP-OCRv5支持简体中文、中文拼音、繁体中文、英文、日文5大主流文字类型,在场景方面,PP-OCRv5升级了中英复杂手写体、竖排文本、生僻字等多种挑战性场景的识别能力。在内部多场景复杂评估集上,PP-OCRv5较PP-OCRv4端到端提升13个百分点。
2828

docs/blog/posts/about_model/convert_model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ comments: true
1818

1919
### 简介
2020

21-
- PaddleOCR项目模型转换,主要借助[`paddle2onnx`](https://github.com/PaddlePaddle/Paddle2ONNX)库实现。针对PaddleOCR中涉及到的相关模型,直接转换并不太方便。因此,推出了[PaddleOCRModelConverter](https://github.com/RapidAI/PaddleOCRModelConverter)转换工具。
21+
- PaddleOCR项目模型转换,主要借助[`paddle2onnx`](https://github.com/PaddlePaddle/Paddle2ONNX)库实现。针对PaddleOCR中涉及到的相关模型,直接转换并不太方便。因此,推出了[PaddleOCRModelConverter](https://github.com/RapidAI/PaddleOCRModelConvert)转换工具。
2222

2323
### 在线转换
2424

@@ -29,4 +29,4 @@ comments: true
2929
<iframe src="https://swhl-paddleocrmodelconverter.hf.space" frameborder="0" width="1550" height="850"></iframe>
3030
</div>
3131

32-
### [离线转换](https://github.com/RapidAI/PaddleOCRModelConverter)
32+
### [离线转换](https://github.com/RapidAI/PaddleOCRModelConvert)

docs/blog/posts/about_model/model_summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ hide:
4747
- [CnOCR](https://github.com/breezedeus/cnocr)
4848
- [DAVAR-Lab-OCR](https://github.com/hikopensource/DAVAR-Lab-OCR)
4949
- [mindocr](https://github.com/mindspore-lab/mindocr)
50-
- [surya](https://github.com/VikParuchuri/surya)
50+
- [surya](https://github.com/datalab-to/surya)
5151

5252
#### 文本检测模型
5353

docs/blog/posts/inference_engine/openvino/infer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $ pip install openvino-dev
4141
- OpenVINO可以直接推理IR、ONNX和PaddlePaddle模型,具体如下(图来源:[link](https://docs.openvino.ai/latest/openvino_docs_OV_UG_OV_Runtime_User_Guide.html#doxid-openvino-docs-o-v-u-g-o-v-runtime-user-guide)):
4242

4343
<div align="center">
44-
<img src="https://docs.openvino.ai/latest/_images/BASIC_FLOW_IE_C.svg">
44+
<img src="https://docs.openvino.ai/archives/index.html">
4545
</div>
4646

4747
- 和ONNXRuntime同时推理同一个ONNX模型,OpenVINO推理速度更快

docs/blog/posts/optim_tutorial.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ comments: true
1313

1414
!!! note
1515

16-
以下尝试情况,均已经在[在线demo](https://huggingface.co/spaces/SWHL/RapidOCRDemo)中实现,看完之后,可移步那里去尝试。
16+
以下尝试情况,均已经在[在线demo](https://www.modelscope.cn/studios/RapidAI/RapidOCRv3.0.0)中实现,看完之后,可移步那里去尝试。
1717

1818
### 引言
1919

@@ -64,7 +64,7 @@ comments: true
6464

6565
- 将padding之后的图像再次送入RapidOCR中尝试,查看是否仍然出现上述问题。
6666

67-
2. 将该图像上传到[在线demo](https://huggingface.co/spaces/SWHL/RapidOCRDemo)中,查看能否复现问题?
67+
2. 将该图像上传到[在线demo](https://www.modelscope.cn/studios/RapidAI/RapidOCRv3.0.0)中,查看能否复现问题?
6868
- 如不能复现,着重比对环境是否与在线demo中相关包使用版本不一致情况?
6969
- 在线demo所用的各个包版本情况:
7070

@@ -81,7 +81,7 @@ comments: true
8181
4. 如果调节三个参数也不能解决问题,只能尝试`server`版的文本检测和文本识别模型了。
8282
1. 首先更换`server`版的文本检测模型,查看是否解决问题
8383
2. 在第1步基础上,更换`server`版的文本识别模型,查看是否解决问题
84-
5. 尝试更换不同版本模型,来查看效果。具体可在[在线demo](https://huggingface.co/spaces/SWHL/RapidOCRDemo)中尝试
84+
5. 尝试更换不同版本模型,来查看效果。具体可在[在线demo](https://www.modelscope.cn/studios/RapidAI/RapidOCRv3.0.0)中尝试
8585

8686
### 个别字识别错误调优篇
8787

docs/blog/posts/related_projects/derivatives_projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ comments: true
1111

1212
<!-- more -->
1313

14-
#### [RapidStructure](https://github.com/RapidAI/RapidStructure) :版面分析
14+
#### [RapidStructure](https://github.com/RapidAI/RapidDoc) :版面分析
1515

1616
- [含文本的图像方向分类](https://github.com/RapidAI/RapidOrientation)
1717
- [版面分析](https://github.com/RapidAI/RapidLayout)

docs/blog/posts/related_projects/related_projects.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ TODO
4646

4747
这一块的工作,breezedeus做得比较好,详情可以参见其博客:[Pix2Text (P2T) 新版公式检测模型](https://www.breezedeus.com/article/p2t-mfd-20230613)
4848

49-
有关数据集:[IBEM](https://zenodo.org/record/4757865) 和中文 [CnMFD_Dataset](https://github.com/breezedeus/CnMFD_Dataset)
49+
有关数据集:[IBEM](https://zenodo.org/records/4757865) 和中文 [CnMFD_Dataset](https://github.com/breezedeus/CnMFD_Dataset)
5050

5151
### 发票识别
5252

@@ -58,12 +58,12 @@ TODO
5858

5959
### 文档增强
6060

61-
- [DocDiff](https://arxiv.org/pdf/2305.03892.pdf)[Github](https://github.com/Royalvice/DocDiff)): 文档增强模型,可以用于文档去模糊、文档去噪、文档二值化、文档去水印和印章等任务。
61+
- [DocDiff](https://arxiv.org/pdf/2305.03892)[Github](https://github.com/Royalvice/DocDiff)): 文档增强模型,可以用于文档去模糊、文档去噪、文档二值化、文档去水印和印章等任务。
6262

6363
### 文档图像矫正
6464

6565
- [PaperEdge](https://github.com/cvlab-stonybrook/PaperEdge):文档图像矫正 | [Demo](https://huggingface.co/spaces/SWHL/PaperEdgeDemo)
66-
- [DocTr++](https://arxiv.org/pdf/2304.08796.pdf) | [Demo](https://demo.doctrp.top/) | [Code](https://github.com/fh2019ustc/DocTr-Plus)
66+
- [DocTr++](https://arxiv.org/pdf/2304.08796) | [Demo](https://demo.doctrp.top/) | [Code](https://github.com/fh2019ustc/DocTr-Plus)
6767
- [DocRes](https://github.com/ZZZHANG-jx/DocRes): 统一文档图像恢复任务的广义模型
6868

6969
### 版面分析
@@ -77,7 +77,7 @@ TODO
7777
- 英文版面分析数据集:
7878
- [PubLayNet](https://github.com/ibm-aur-nlp/PubLayNet): IBM构建,34万张图像,分为5类:text, title list table figure。
7979
- [DocBank](https://doc-analysis.github.io/docbank-page/index.html):微软亚洲研究院构建,50万英文文档图像,分为12类:摘要、作者、标题、公式、图形、页脚、列表、段落、参考、节标题、表格和文章标题。
80-
- [D4LA](https://modelscope.cn/datasets/iic/D4LA/summary): 阿里通义实验室构建,11092张图像,12个文档种类,27个类别,手工标注。详情可参见论文[Vision Grid Transformer for Document Layout Analysis](https://arxiv.org/pdf/2308.14978.pdf)
80+
- [D4LA](https://modelscope.cn/datasets/iic/D4LA/summary): 阿里通义实验室构建,11092张图像,12个文档种类,27个类别,手工标注。详情可参见论文[Vision Grid Transformer for Document Layout Analysis](https://arxiv.org/pdf/2308.14978)
8181

8282
- 中文版面分析数据集:
8383
- [CDLA](https://github.com/buptlihang/CDLA):中文文档版面分析数据集,面向中文文献类(论文)场景,总共6000张(5000训练,1000测试),分为10类:正文、标题、图片、图片标题、表格、表格标题、页眉、页脚、注释和公式。
@@ -122,10 +122,10 @@ TODO
122122
- 相关论文和帖子:
123123
- [来也智能文档处理系统中的印章识别实践](https://laiye.com/tech-blog/2613)
124124
- [【技术新趋势】合合信息:复杂环境下ocr与印章识别技术理解及研发趋势](https://blog.csdn.net/INTSIG/article/details/125203307)
125-
- [基于文字分割的印章识别技术](https://hanspub.org/journal/PaperInformation.aspx?paperID=40945)
125+
- [基于文字分割的印章识别技术](https://pdf.hanspub.org/CSA20210300000_33555311.pdf)
126126
- 相关工程:
127127
- [JS生成印章](https://github.com/niezhiliang/canvas-draw-seal)
128-
- [Python绘制透明背景印章](https://www.bilibili.com/read/cv15847481/)
128+
- [Python绘制透明背景印章](https://www.bilibili.com/opus/641999668409008129)
129129
- [在线印章合成大全网站](http://www.395.net.cn/)
130130
- [TrOCR-Seal-Recognition](https://github.com/Gmgge/TrOCR-Seal-Recognition)
131131
- 数据集汇总:

docs/communicate.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ hide:
2424
- 4群:419196348 已满
2525
- 5群:1032382811 已满
2626
- 6群:910202308 已满
27-
- 7群:953714814
27+
- 7群:953714814 已满
28+
- 8群: 1070419729
2829

2930
<div align="left">
30-
<img src="https://github.com/RapidAI/RapidOCR/releases/download/v1.1.0/qq_group7.jpg" width="25%" height="25%" align="center">
31+
<img src="https://github.com/RapidAI/RapidOCRDocs/releases/download/assets/qq_group8.jpg" width="25%" height="25%" align="center">
3132
</div>

docs/faq/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ hide:
2121

2222
#### Q: Linux部署python的程序时,`import cv2`时会报`ImportError: ligGL.so.1: cannot open shared object file: No such file or directory`?
2323

24-
**A:** [解决方法](https://stackoverflow.com/a/63978454/3335415
24+
**A:** [解决方法](https://stackoverflow.com/questions/63977422/error-trying-to-import-cv2opencv-python-package/63978454
2525
) 有两个(来自群友ddeef):
2626

2727
1. 安装`opencv-python-headless`取代`opencv-python`;
@@ -61,7 +61,7 @@ hide:
6161

6262
#### Q: onnxruntime编译好的C++库,哪里可以下载到?
6363

64-
**A:** 从这里:<https://github.com/RapidOCR/OnnxruntimeBuilder/releases/tag/1.7.0>
64+
**A:** 从这里:<https://github.com/RapidAI/OnnxruntimeBuilder/releases/tag/1.7.0>
6565

6666
#### Q: 目前简单测试环境是 Win10 + Cygwin + gcc + 纯C编程,可以在C程序中直接接入简单OCR功能吗?
6767

0 commit comments

Comments
 (0)