commit
433c52b60d
20
README_en.md
20
README_en.md
|
@ -2,12 +2,12 @@
|
||||||
PaddleOCR aims to create a rich, leading, and practical OCR tools that help users train better models and apply them into practice.
|
PaddleOCR aims to create a rich, leading, and practical OCR tools that help users train better models and apply them into practice.
|
||||||
|
|
||||||
**Recent updates**
|
**Recent updates**
|
||||||
- 2020.6.8 Add [dataset](./doc/datasets.md) and keep updating
|
- 2020.6.8 Add [dataset](./doc/datasets_en.md) and keep updating
|
||||||
- 2020.6.5 Support exporting `attention` model to `inference_model`
|
- 2020.6.5 Support exporting `attention` model to `inference_model`
|
||||||
- 2020.6.5 Support separate prediction and recognition, output result score
|
- 2020.6.5 Support separate prediction and recognition, output result score
|
||||||
- 2020.5.30 Provide ultra-lightweight Chinese OCR online experience
|
- 2020.5.30 Provide ultra-lightweight Chinese OCR online experience
|
||||||
- 2020.5.30 Model prediction and training supported on Windows system
|
- 2020.5.30 Model prediction and training supported on Windows system
|
||||||
- [more](./doc/update.md)
|
- [more](./doc/update_en.md)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
- Ultra-lightweight Chinese OCR model, total model size is only 8.6M
|
- Ultra-lightweight Chinese OCR model, total model size is only 8.6M
|
||||||
|
@ -36,7 +36,7 @@ The picture above is the result of our Ultra-lightweight Chinese OCR model. For
|
||||||
|
|
||||||
#### 1. Environment configuration
|
#### 1. Environment configuration
|
||||||
|
|
||||||
Please see [Quick installation](./doc/installation.md)
|
Please see [Quick installation](./doc/installation_en.md)
|
||||||
|
|
||||||
#### 2. Download inference models
|
#### 2. Download inference models
|
||||||
|
|
||||||
|
@ -88,14 +88,14 @@ To run inference of the Generic Chinese OCR model, follow these steps above to d
|
||||||
python3 tools/infer/predict_system.py --image_dir="./doc/imgs/11.jpg" --det_model_dir="./inference/ch_det_r50_vd_db/" --rec_model_dir="./inference/ch_rec_r34_vd_crnn/"
|
python3 tools/infer/predict_system.py --image_dir="./doc/imgs/11.jpg" --det_model_dir="./inference/ch_det_r50_vd_db/" --rec_model_dir="./inference/ch_rec_r34_vd_crnn/"
|
||||||
```
|
```
|
||||||
|
|
||||||
For more text detection and recognition models, please refer to the document [Inference](./doc/inference.md)
|
For more text detection and recognition models, please refer to the document [Inference](./doc/inference_en.md)
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
- [Quick installation](./doc/installation.md)
|
- [Quick installation](./doc/installation_en.md)
|
||||||
- [Text detection model training/evaluation/prediction](./doc/detection.md)
|
- [Text detection model training/evaluation/prediction](./doc/detection_en.md)
|
||||||
- [Text recognition model training/evaluation/prediction](./doc/recognition.md)
|
- [Text recognition model training/evaluation/prediction](./doc/recognition_en.md)
|
||||||
- [Inference](./doc/inference.md)
|
- [Inference](./doc/inference_en.md)
|
||||||
- [Dataset](./doc/datasets.md)
|
- [Dataset](./doc/datasets_en.md)
|
||||||
|
|
||||||
## Text detection algorithm
|
## Text detection algorithm
|
||||||
|
|
||||||
|
@ -194,7 +194,7 @@ Please refer to the document for training guide and use of PaddleOCR text recogn
|
||||||
|
|
||||||
Baidu Self-developed algorithms such as SAST, SRN and end2end PSL will be released in June or July. Please be patient.
|
Baidu Self-developed algorithms such as SAST, SRN and end2end PSL will be released in June or July. Please be patient.
|
||||||
|
|
||||||
[more](./doc/FAQ.md)
|
[more](./doc/FAQ_en.md)
|
||||||
|
|
||||||
## Welcome to the PaddleOCR technical exchange group
|
## Welcome to the PaddleOCR technical exchange group
|
||||||
Add Wechat: paddlehelp, remark OCR, small assistant will pull you into the group ~
|
Add Wechat: paddlehelp, remark OCR, small assistant will pull you into the group ~
|
||||||
|
|
Loading…
Reference in New Issue