diff --git a/README.md b/README.md index ca5fdd916dde47776153ec3214ea68bcbf7c4713..0cc6c3fd4c94f3d2e73d331fe9858a882ff533a3 100644 --- a/README.md +++ b/README.md @@ -145,11 +145,11 @@ 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/corpus](https://github.com/PaddlePaddle/PaddleOCR/tree/develop/ppocr/utils/corpus), -it is necessary to submit the corpus text to this path and name it with `{language}_corpus.txt` that contains a list of all characters. Please see the format example from other files in that folder. +1. In folder [ppocr/utils/dict](https://github.com/PaddlePaddle/PaddleOCR/tree/develop/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/dict](https://github.com/PaddlePaddle/PaddleOCR/tree/develop/ppocr/utils/dict), -it is necessary to submit the dict to this path and name it with `{language}_dict.txt` that contains a list of words in your language. +2. In folder [ppocr/utils/corpus](https://github.com/PaddlePaddle/PaddleOCR/tree/develop/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.