From b40056723b6bf4835d060b256546661fa7d95d96 Mon Sep 17 00:00:00 2001
From: xiaoting <31891223+tink2123@users.noreply.github.com>
Date: Tue, 25 May 2021 17:29:17 +0800
Subject: [PATCH] Update inference_en.md
---
doc/doc_en/inference_en.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/doc_en/inference_en.md b/doc/doc_en/inference_en.md
index 4d37a63c..f5b805ac 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