test=develop, test=document_fix
This commit is contained in:
parent
dc03b6e348
commit
c9b928fd81
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue