docs: Fix chinese image being displayed on the english readme page (#14299)

Fix chinese image being displayed on the english readme page
This commit is contained in:
Farhan Hai Khan
2024-11-29 11:36:40 +00:00
committed by GitHub
parent 0018cbd2b6
commit b9d45b9871
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ Full documentation can be found on [docs](https://paddlepaddle.github.io/PaddleO
PaddleOCR support a variety of cutting-edge algorithms related to OCR, and developed industrial featured models/solution [PP-OCR](https://paddlepaddle.github.io/PaddleOCR/latest/en/ppocr/overview.html)、 [PP-Structure](https://paddlepaddle.github.io/PaddleOCR/latest/en/ppstructure/overview.html) and [PP-ChatOCR](https://aistudio.baidu.com/aistudio/projectdetail/6488689) on this basis, and get through the whole process of data production, model training, compression, inference and deployment.
<div align="center">
<img src="./docs/images/ppocrv4.png">
<img src="./docs/images/ppocrv4_en.jpg">
</div>
> It is recommended to start with the “quick experience” in the document tutorial

Before

Width:  |  Height:  |  Size: 409 KiB

After

Width:  |  Height:  |  Size: 409 KiB

+1 -1
View File
@@ -81,7 +81,7 @@ PaddleOCR is being oversight by a [PMC](https://github.com/PaddlePaddle/PaddleOC
PaddleOCR support a variety of cutting-edge algorithms related to OCR, and developed industrial featured models/solution [PP-OCR](./ppocr/overview.md)、[PP-Structure](./ppstructure/overview.md) and [PP-ChatOCR](https://aistudio.baidu.com/aistudio/projectdetail/6488689) on this basis, and get through the whole process of data production, model training, compression, inference and deployment.
![img](./images/186171245-40abc4d7-904f-4949-ade1-250f86ed3a90.jpg)
![img](./images/ppocrv4_en.jpg)
> It is recommended to start with the “quick experience” in the document tutorial