"...git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "fe92c51c42dae7f8db2d7332dc4eaa40ef8b5fe4"
Unverified Commit bff7c8aa authored by Wei Shengyu's avatar Wei Shengyu Committed by GitHub
Browse files

Update README.md

parent b1a613a8
...@@ -117,7 +117,11 @@ In actual application scenarios, it is often necessary to synthesize pictures in ...@@ -117,7 +117,11 @@ In actual application scenarios, it is often necessary to synthesize pictures in
* `method`:Method of CorpusGenerator,supports `FileCorpus` and `EnNumCorpus`. If `EnNumCorpus` is used,No other configuration is needed,otherwise you need to set `corpus_file` and `language`. * `method`:Method of CorpusGenerator,supports `FileCorpus` and `EnNumCorpus`. If `EnNumCorpus` is used,No other configuration is needed,otherwise you need to set `corpus_file` and `language`.
* `language`:Language of the corpus. * `language`:Language of the corpus.
* `corpus_file`: Filepath of the corpus. Corpus file should be a text file which will be split by line-endings('\n'). Corpus generator samples one line each time. * `corpus_file`: Filepath of the corpus. Corpus file should be a text file which will be split by line-endings('\n'). Corpus generator samples one line each time.
example of corpus file:
```
PaddleOCR
飞桨文字识别
```
We provide a general dataset containing Chinese, English and Korean (50,000 images in all) for your trial ([download link](https://paddleocr.bj.bcebos.com/dygraph_v2.0/style_text/chkoen_5w.tar)), some examples are given below : We provide a general dataset containing Chinese, English and Korean (50,000 images in all) for your trial ([download link](https://paddleocr.bj.bcebos.com/dygraph_v2.0/style_text/chkoen_5w.tar)), some examples are given below :
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment