From 03acfe0009f87b643c8a80c7f4fb1c0201d1c2c1 Mon Sep 17 00:00:00 2001 From: MissPenguin Date: Wed, 24 Aug 2022 20:51:02 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f9daaa4..f468da74 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ PaddleOCR aims to create multilingual, awesome, leading, and practical OCR tools - **🔥2022.8 Release [OCR scene application collection](./applications/README_en.md)** - Release **9 vertical models** such as digital tube, LCD screen, license plate, handwriting recognition model, high-precision SVTR model, etc, covering the main OCR vertical applications in general, manufacturing, finance, and transportation industries. -- **2022.8 Add implementation of [7 cutting-edge algorithms](doc/doc_en/algorithm_overview_en.md)** - - Text Detection: [FCENet](doc/doc_en/algorithm_det_fcenet_en.md) +- **2022.8 Add implementation of [8 cutting-edge algorithms](doc/doc_en/algorithm_overview_en.md)** + - Text Detection: [FCENet](doc/doc_en/algorithm_det_fcenet_en.md), [DB++](doc/doc_en/algorithm_det_db_en.md) - Text Recognition: [ViTSTR](doc/doc_en/algorithm_rec_vitstr_en.md), [ABINet](doc/doc_en/algorithm_rec_abinet_en.md), [VisionLAN](doc/doc_en/algorithm_rec_visionlan_en.md), [SPIN](doc/doc_en/algorithm_rec_spin_en.md), [RobustScanner](doc/doc_en/algorithm_rec_robustscanner_en.md) - Table Recognition: [TableMaster](doc/doc_en/algorithm_table_master_en.md) -- GitLab