diff --git a/docs/getting_started.md b/docs/getting_started.md index f049f268..80c28dcb 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -18,7 +18,7 @@ You can perform end-to-end OCR on our demo image with one simple line of command python mmocr/utils/ocr.py demo/demo_text_ocr.jpg --print-result --imshow ``` -Its detection result will be printed out and a new window will pop up with result visualization. More demo and full instructions can be found in [Inference](inference.md). +Its detection result will be printed out and a new window will pop up with result visualization. More demo and full instructions can be found in [Demo](demo.md). ## Training diff --git a/docs_zh_CN/getting_started.md b/docs_zh_CN/getting_started.md index f049f268..80c28dcb 100644 --- a/docs_zh_CN/getting_started.md +++ b/docs_zh_CN/getting_started.md @@ -18,7 +18,7 @@ You can perform end-to-end OCR on our demo image with one simple line of command python mmocr/utils/ocr.py demo/demo_text_ocr.jpg --print-result --imshow ``` -Its detection result will be printed out and a new window will pop up with result visualization. More demo and full instructions can be found in [Inference](inference.md). +Its detection result will be printed out and a new window will pop up with result visualization. More demo and full instructions can be found in [Demo](demo.md). ## Training