From 84eaea663982528bdd8a02a16c211e8fb72f15b6 Mon Sep 17 00:00:00 2001 From: leiqing <54695910+leiqing1@users.noreply.github.com> Date: Thu, 20 Oct 2022 18:02:26 +0800 Subject: [PATCH] Update README.md --- examples/application/js/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/application/js/README.md b/examples/application/js/README.md index 56dc050fd..4544c061a 100644 --- a/examples/application/js/README.md +++ b/examples/application/js/README.md @@ -16,10 +16,10 @@ |demo名称|web demo目录|可视化| |-|-|-| -|目标检测|[ScrewDetection/FaceDetection](./web_demo/demo/src/pages/cv/detection/)| | +|目标检测|[ScrewDetection、FaceDetection](./web_demo/demo/src/pages/cv/detection/)| | |人像分割背景替换|[HumanSeg](./web_demo//demo/src/pages/cv/segmentation/HumanSeg)|| -|物体识别|[GestureRecognition/ItemIdentification](./web_demo//demo/src/pages/cv/recognition/)|| -|OCR|[TextDetection/TextRecognition](./web_demo//demo/src/pages/cv/ocr/)|| +|物体识别|[GestureRecognition、ItemIdentification](./web_demo//demo/src/pages/cv/recognition/)|| +|PP-OCRv3|[TextDetection、TextRecognition](./web_demo//demo/src/pages/cv/ocr/)|| ## 微信小程序Demo使用