diff --git a/doc/doc_ch/algorithm_det_east.md b/doc/doc_ch/algorithm_det_east.md
index 20343db32ed8295e27fa9a0f9c1b70513d5ee7dd..b89018e3468aa7772af69da469e81c16e9d43dc9 100644
--- a/doc/doc_ch/algorithm_det_east.md
+++ b/doc/doc_ch/algorithm_det_east.md
@@ -62,6 +62,8 @@ python3 tools/infer/predict_det.py --image_dir="./doc/imgs_en/img_10.jpg" --det_
可视化文本检测结果默认保存到`./inference_results`文件夹里面,结果文件的名称前缀为'det_res'。
+![](../imgs_results/det_res_img_10_east.jpg)
+
### 4.2 C++推理
diff --git a/doc/doc_en/algorithm_det_east_en.md b/doc/doc_en/algorithm_det_east_en.md
index 4c75de222464d143db5b6c0972c215338b577a36..3955809a49a595aa59717bafcfbb23146ae96bd2 100644
--- a/doc/doc_en/algorithm_det_east_en.md
+++ b/doc/doc_en/algorithm_det_east_en.md
@@ -64,6 +64,7 @@ python3 tools/infer/predict_det.py --image_dir="./doc/imgs_en/img_10.jpg" --det_
The visualized text detection results are saved to the `./inference_results` folder by default, and the name of the result file is prefixed with 'det_res'.
+![](../imgs_results/det_res_img_10_east.jpg)