diff --git a/doc/doc_en/algorithm_rec_rare_en.md b/doc/doc_en/algorithm_rec_rare_en.md
index 50fa17d3710bdc95418e9b9353cb102130616d90..65a6c663ce0d229db88206d6116b0d601d29279f 100644
--- a/doc/doc_en/algorithm_rec_rare_en.md
+++ b/doc/doc_en/algorithm_rec_rare_en.md
@@ -31,7 +31,7 @@ Using MJSynth and SynthText two text recognition datasets for training, and eval
## 2. Environment configuration
-Please refer to ["Operating Environment Preparation"](./environment_en.md) to configure the PaddleOCR operating environment, and refer to ["Project Clone"](./clone_en.md) to clone the project code.
+Please refer to [Operating Environment Preparation](./environment_en.md) to configure the PaddleOCR operating environment, and refer to [Project Clone](./clone_en.md) to clone the project code.
## 3. Model training, evaluation, prediction
@@ -48,7 +48,7 @@ python3 tools/train.py -c configs/rec/rec_r34_vd_tps_bilstm_att.yml
python3 -m paddle.distributed.launch --gpus '0,1,2,3' tools/train.py -c configs/rec/rec_r34_vd_tps_bilstm_att.yml
````
-
+
### 3.2 Evaluation
````
@@ -56,7 +56,7 @@ python3 -m paddle.distributed.launch --gpus '0,1,2,3' tools/train.py -c configs/
python3 -m paddle.distributed.launch --gpus '0' tools/eval.py -c configs/rec/rec_r34_vd_tps_bilstm_att.yml -o Global.pretrained_model={path/to/weights}/best_accuracy
````
-
+
### 3.3 Prediction
````
diff --git a/doc/doc_en/algorithm_rec_rosetta_en.md b/doc/doc_en/algorithm_rec_rosetta_en.md
index 94b602e46658b31b10a2f4dd5167fbf5efc64146..f976f16a5dff50e6e651d1c6ac40be913e623a5d 100644
--- a/doc/doc_en/algorithm_rec_rosetta_en.md
+++ b/doc/doc_en/algorithm_rec_rosetta_en.md
@@ -1,4 +1,4 @@
-#rosetta
+# Rosetta
- [1. Introduction to Algorithms](#1)
- [2. Environment Configuration](#2)
@@ -31,7 +31,7 @@ Using MJSynth and SynthText two text recognition datasets for training, and eval
## 2. Environment configuration
-Please refer to ["Operating Environment Preparation"](./environment_en.md) to configure the PaddleOCR operating environment, and refer to ["Project Clone"](./clone_en.md) to clone the project code.
+Please refer to [Operating Environment Preparation](./environment_en.md) to configure the PaddleOCR operating environment, and refer to [Project Clone](./clone_en.md) to clone the project code.