From 42c7e7ae1ef4f1b8294fa9be6e9a6724b7c76d5a Mon Sep 17 00:00:00 2001 From: Evezerest <50011306+Evezerest@users.noreply.github.com> Date: Mon, 9 May 2022 10:04:18 +0800 Subject: [PATCH] Update ocr_book_en.md --- doc/doc_en/ocr_book_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doc_en/ocr_book_en.md b/doc/doc_en/ocr_book_en.md index 863fccc5..dfe12b83 100644 --- a/doc/doc_en/ocr_book_en.md +++ b/doc/doc_en/ocr_book_en.md @@ -3,7 +3,7 @@ "Dive Into OCR" is a textbook that combines OCR theory and practice, written by the PaddleOCR team, Chen Zhineng, a Junior Research Fellow at Fudan University, Huang Wenhui, a senior expert in the field of vision at China Mobile Research Institute, and other industry-university-research colleagues, as well as OCR developers. The main features are as follows: - OCR full-stack technology covering text detection, recognition and document analysis -- Closely combined with theoretical practice, cross the code implementation gap, and supporting instructional videos +- Closely integrate theory and practice, cross the code implementation gap, and supporting instructional videos - Jupyter Notebook textbook, flexibly modifying code for instant results ## Structure -- GitLab