ppocr also supports direction classification. For more usage methods, please refer to: [whl package instructions](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.0/doc/doc_ch/whl.md).
ppocr also supports direction classification. For more usage methods, please refer to: [whl package instructions](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.0/doc/doc_ch/whl.md).
<aname="Custom_training"></a>
<aname="Custom_training"></a>
...
@@ -221,84 +173,61 @@ Modify the training data path, dictionary and other parameters.
...
@@ -221,84 +173,61 @@ Modify the training data path, dictionary and other parameters.
For specific data preparation and training process, please refer to: [Text Detection](../doc_en/detection_en.md), [Text Recognition](../doc_en/recognition_en.md), more functions such as predictive deployment,
For specific data preparation and training process, please refer to: [Text Detection](../doc_en/detection_en.md), [Text Recognition](../doc_en/recognition_en.md), more functions such as predictive deployment,
For functions such as data annotation, you can read the complete [Document Tutorial](../../README.md).
For functions such as data annotation, you can read the complete [Document Tutorial](../../README.md).
<aname="language_abbreviation"></a>
## 4 Support languages and abbreviations
<aname="inference"></a>
## 4 Inference and Deployment
| Language | Abbreviation |
| --- | --- |
In addition to installing the whl package for quick forecasting,
|chinese and english|ch|
ppocr also provides a variety of forecasting deployment methods.