diff --git a/README.md b/README.md index 6c49134619ec89f5686c0b5cdabc5190c73d6571..b8b89d5666dcdfd84acd500c4c08e7724ba8dcc5 100644 --- a/README.md +++ b/README.md @@ -152,10 +152,10 @@ PP-OCR is a practical ultra-lightweight OCR system. It is mainly composed of thr If you want to request a new language support, a PR with 2 following files are needed: -1. In folder [ppocr/utils/dict](https://github.com/PaddlePaddle/PaddleOCR/tree/develop/ppocr/utils/dict), +1. In folder [ppocr/utils/dict](./ppocr/utils/dict), 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. -2. In folder [ppocr/utils/corpus](https://github.com/PaddlePaddle/PaddleOCR/tree/develop/ppocr/utils/corpus), +2. In folder [ppocr/utils/corpus](./ppocr/utils/corpus), it is necessary to submit the corpus to this path and name it with `{language}_corpus.txt` that contains a list of words in your language. Maybe, 50000 words per language is necessary at least. Of course, the more, the better. diff --git a/README_ch.md b/README_ch.md index 668f5bd1b237b45ebd84b04c7ec356b2c10768b8..aec52055137d2721699a043b8db068d2dc9b903b 100644 --- a/README_ch.md +++ b/README_ch.md @@ -102,8 +102,6 @@ PaddleOCR旨在打造一套丰富、领先、且实用的OCR工具库,助力 - [许可证书](#许可证书) - [贡献代码](#贡献代码) -***注意:动态图端侧部署仍在开发中,目前仅支持动态图训练、python端预测,C++预测, -如果您有需要移动端部署案例或者量化裁剪,请切换到静态图分支;*** ## PP-OCR Pipline