pull/7335/head
wangjingyeye 2022-08-24 12:29:30 +00:00
parent 16c08fae51
commit 04aaaa748f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# DB and DB++
# DB && DB++
- [1. Introduction](#1)
- [2. Environment](#2)

View File

@ -17,7 +17,7 @@ This tutorial lists the OCR algorithms supported by PaddleOCR, as well as the mo
### 1.1 Text Detection Algorithms
Supported text detection algorithms (Click the link to get the tutorial):
- [x] [DB and DB++](./algorithm_det_db_en.md)
- [x] [DB && DB++](./algorithm_det_db_en.md)
- [x] [EAST](./algorithm_det_east_en.md)
- [x] [SAST](./algorithm_det_sast_en.md)
- [x] [PSENet](./algorithm_det_psenet_en.md)