From ce37bd1d80d9ae663f2e5b8ca828168adee38d9b Mon Sep 17 00:00:00 2001 From: Wei Shengyu Date: Wed, 16 Dec 2020 11:36:59 +0800 Subject: [PATCH] Update README.md --- StyleText/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/StyleText/README.md b/StyleText/README.md index 671618f0..4682a156 100644 --- a/StyleText/README.md +++ b/StyleText/README.md @@ -117,7 +117,9 @@ 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`. * `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. -example of corpus file: + + +Example of corpus file: ``` PaddleOCR 飞桨文字识别 -- GitLab