From c9b928fd8115eab566a68ab30531d7a02fc58806 Mon Sep 17 00:00:00 2001 From: grasswolfs Date: Thu, 29 Oct 2020 00:32:59 +0800 Subject: [PATCH] test=develop, test=document_fix --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ca5fdd91..0cc6c3fd 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. -- GitLab