From bdf9100ee967869e6adc08e25d7ef6cb6fb6053b Mon Sep 17 00:00:00 2001 From: MissPenguin Date: Thu, 15 Apr 2021 17:15:54 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3aa431b5..df47cc64 100755 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ PaddleOCR supports both dynamic graph and static graph programming paradigm - Ultra lightweight ppocr_mobile series models: detection (3.0M) + direction classifier (1.4M) + recognition (5.0M) = 9.4M - General ppocr_server series models: detection (47.1M) + direction classifier (1.4M) + recognition (94.9M) = 143.4M - Support Chinese, English, and digit recognition, vertical text recognition, and long text recognition - - Support more than 80 kinds of multi-language recognition models: [For details](./doc/doc_ch/multi_languages.md) + - Support more than 80 kinds of multi-language recognition models: [For details](./doc/doc_en/multi_languages_en.md) - Rich toolkits related to the OCR areas - Semi-automatic data annotation tool, i.e., PPOCRLabel: support fast and efficient data annotation - Data synthesis tool, i.e., Style-Text: easy to synthesize a large number of images which are similar to the target scene image -- GitLab