diff --git a/ppstructure/layout/train_layoutparser_model.md b/ppstructure/layout/train_layoutparser_model.md
index 08f5ebbf1aa276e4a3ecf27af46442161afcda1f..58975d71606e45b2f68a7f68565459042ef32775 100644
--- a/ppstructure/layout/train_layoutparser_model.md
+++ b/ppstructure/layout/train_layoutparser_model.md
@@ -4,9 +4,9 @@
[1.1 Requirements](#Requirements)
- [1.2 Install PaddleDetection](#Install PaddleDetection)
+ [1.2 Install PaddleDetection](#Install_PaddleDetection)
-[2. Data preparation](#Data preparation)
+[2. Data preparation](#Data_reparation)
[3. Configuration](#Configuration)
@@ -16,7 +16,7 @@
[6. Deployment](#Deployment)
- [6.1 Export model](#Export model)
+ [6.1 Export model](#Export_model)
[6.2 Inference](#Inference)
@@ -35,7 +35,7 @@
- CUDA >= 10.1
- cuDNN >= 7.6
-
+
### 1.2 Install PaddleDetection
@@ -51,7 +51,7 @@ pip install -r requirements.txt
For more installation tutorials, please refer to: [Install doc](https://github.com/PaddlePaddle/PaddleDetection/blob/release/2.1/docs/tutorials/INSTALL_cn.md)
-
+
## 2. Data preparation
@@ -165,7 +165,7 @@ python tools/infer.py -c configs/ppyolo/ppyolov2_r50vd_dcn_365e_coco.yml --infer
Use your trained model in Layout Parser
-
+
### 6.1 Export model