Skip to content

Commit 862b4d4

Browse files
authored
docs(README): Add Discord shields (#12755)
1 parent 1ca0c22 commit 862b4d4

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<p align="center">
44
<img src="./doc/PaddleOCR_log.png" align="middle" width = "600"/>
55
<p align="center">
6-
<p align="left">
6+
<p align="center">
7+
<a href="https://discord.gg/AX9P8r6q"><img src="https://img.shields.io/badge/Chat-on%20discord-7289da.svg?sanitize=true" alt="Chat"></a>
78
<a href="./LICENSE"><img src="https://img.shields.io/badge/license-Apache%202-dfd.svg"></a>
89
<a href="https://github.com/PaddlePaddle/PaddleOCR/releases"><img src="https://img.shields.io/github/v/release/PaddlePaddle/PaddleOCR?color=ffa"></a>
910
<a href=""><img src="https://img.shields.io/badge/python-3.7+-aff.svg"></a>
1011
<a href=""><img src="https://img.shields.io/badge/os-linux%2C%20win%2C%20mac-pink.svg"></a>
11-
<a href=""><img src="https://img.shields.io/pypi/format/PaddleOCR?color=c77"></a>
1212
<a href="https://pypi.org/project/PaddleOCR/"><img src="https://img.shields.io/pypi/dm/PaddleOCR?color=9cf"></a>
1313
<a href="https://github.com/PaddlePaddle/PaddleOCR/stargazers"><img src="https://img.shields.io/github/stars/PaddlePaddle/PaddleOCR?color=ccf"></a>
1414
</p>

README_en.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ English | [简体中文](README.md) | [हिन्दी](./doc/doc_i18n/README
33
<p align="center">
44
<img src="./doc/PaddleOCR_log.png" align="middle" width = "600"/>
55
<p align="center">
6-
<p align="left">
6+
<p align="center">
7+
<a href="https://discord.gg/AX9P8r6q"><img src="https://img.shields.io/badge/Chat-on%20discord-7289da.svg?sanitize=true" alt="Chat"></a>
78
<a href="./LICENSE"><img src="https://img.shields.io/badge/license-Apache%202-dfd.svg"></a>
89
<a href="https://github.com/PaddlePaddle/PaddleOCR/releases"><img src="https://img.shields.io/github/v/release/PaddlePaddle/PaddleOCR?color=ffa"></a>
910
<a href=""><img src="https://img.shields.io/badge/python-3.7+-aff.svg"></a>
1011
<a href=""><img src="https://img.shields.io/badge/os-linux%2C%20win%2C%20mac-pink.svg"></a>
11-
<a href=""><img src="https://img.shields.io/pypi/format/PaddleOCR?color=c77"></a>
1212
<a href="https://pypi.org/project/PaddleOCR/"><img src="https://img.shields.io/pypi/dm/PaddleOCR?color=9cf"></a>
1313
<a href="https://github.com/PaddlePaddle/PaddleOCR/stargazers"><img src="https://img.shields.io/github/stars/PaddlePaddle/PaddleOCR?color=ccf"></a>
1414
</p>
@@ -220,11 +220,12 @@ PaddleOCR support a variety of cutting-edge algorithms related to OCR, and devel
220220
<div align="center">
221221
<img src="https://user-images.githubusercontent.com/14270174/185540080-0431e006-9235-4b6d-b63d-0b3c6e1de48f.jpg" width="600">
222222
</div>
223+
223224
## 🇺🇳 Guideline for New Language Requests
224225

225226
If you want to request a new language support, a PR with 1 following files are needed:
226227

227-
1. In folder [ppocr/utils/dict](./ppocr/utils/dict),
228+
- In folder [ppocr/utils/dict](./ppocr/utils/dict),
228229
it is necessary to submit the dict text to this path and name it with `{language}_dict.txt` that contains a list of all characters. Please see the format example from other files in that folder.
229230

230231
If your language has unique elements, please tell me in advance within any way, such as useful links, wikipedia and so on.

0 commit comments

Comments
 (0)