diff --git a/doc/doc_en/inference_en.md b/doc/doc_en/inference_en.md
index 4d37a63c60af65b7d6408807006c82749a5c77ac..f5b805ac8c153f3fe91084b4bebc7e9e93046299 100755
--- a/doc/doc_en/inference_en.md
+++ b/doc/doc_en/inference_en.md
@@ -244,13 +244,13 @@ The visualized text detection results are saved to the `./inference_results` fol
## TEXT RECOGNITION MODEL INFERENCE
-The following will introduce the lightweight Chinese recognition model inference, other CTC-based and Attention-based text recognition models inference. For Chinese text recognition, it is recommended to choose the recognition model based on CTC loss. In practice, it is also found that the result of the model based on Attention loss is not as good as the one based on CTC loss. In addition, if the characters dictionary is modified during training, make sure that you use the same characters set during inferencing. Please check below for details.
+The following will introduce the lightweight English recognition model inference, other CTC-based and Attention-based text recognition models inference. For English text recognition, it is recommended to choose the recognition model based on CTC loss. In practice, it is also found that the result of the model based on Attention loss is not as good as the one based on CTC loss. In addition, if the characters dictionary is modified during training, make sure that you use the same characters set during inferencing. Please check below for details.
### 1. LIGHTWEIGHT ENGLISH TEXT RECOGNITION MODEL REFERENCE
-For lightweight Chinese recognition model inference, you can execute the following commands:
+For lightweight English recognition model inference, you can execute the following commands:
```
# download CRNN text recognition inference model