PaddleOCR/README.md

187 lines
13 KiB
Markdown
Raw Normal View History

2020-10-13 17:49:16 +08:00
English | [简体中文](README_ch.md)
## Introduction
2020-12-15 15:09:24 +08:00
PaddleOCR aims to create multilingual, awesome, leading, and practical OCR tools that help users train better models and apply them into practice.
2020-10-13 17:49:16 +08:00
2020-12-16 00:44:40 +08:00
## Notice
PaddleOCR supports both dynamic graph and static graph programming paradigm
- Dynamic graph: dygraph branch (default), **supported by paddle 2.0.0 ([installation](./doc/doc_en/installation_en.md))**
2020-12-16 00:44:40 +08:00
- Static graph: develop branch
2020-10-13 17:49:16 +08:00
**Recent updates**
2021-01-27 11:40:08 +08:00
- 2021.1.21 update more than 25+ multilingual recognition models [models list](./doc/doc_en/models_list_en.md), includingEnglish, Chinese, German, French, JapaneseSpanishPortuguese Russia Arabic and so on. Models for more languages will continue to be updated [Develop Plan](https://github.com/PaddlePaddle/PaddleOCR/issues/1048).
2020-12-15 23:36:47 +08:00
- 2020.12.15 update Data synthesis tool, i.e., [Style-Text](./StyleText/README.md)easy to synthesize a large number of images which are similar to the target scene image.
2020-12-15 23:11:41 +08:00
- 2020.11.25 Update a new data annotation tool, i.e., [PPOCRLabel](./PPOCRLabel/README.md), which is helpful to improve the labeling efficiency. Moreover, the labeling results can be used in training of the PP-OCR system directly.
2020-10-13 17:49:16 +08:00
- 2020.9.22 Update the PP-OCR technical article, https://arxiv.org/abs/2009.09941
- [more](./doc/doc_en/update_en.md)
## Features
- PPOCR series of high-quality pre-trained models, comparable to commercial effects
2020-12-15 23:11:41 +08:00
- Ultra lightweight ppocr_mobile series models: detection (3.0M) + direction classifier (1.4M) + recognition (5.0M) = 9.4M
- General ppocr_server series models: detection (47.1M) + direction classifier (1.4M) + recognition (94.9M) = 143.4M
- Support Chinese, English, and digit recognition, vertical text recognition, and long text recognition
- Support multi-language recognition: Korean, Japanese, German, French
2020-12-16 00:44:40 +08:00
- Rich toolkits related to the OCR areas
2020-12-15 23:11:41 +08:00
- Semi-automatic data annotation tool, i.e., PPOCRLabel: support fast and efficient data annotation
- Data synthesis tool, i.e., Style-Text: easy to synthesize a large number of images which are similar to the target scene image
2020-10-13 17:49:16 +08:00
- Support user-defined training, provides rich predictive inference deployment solutions
- Support PIP installation, easy to use
- Support Linux, Windows, MacOS and other systems
## Visualization
2020-10-13 17:49:16 +08:00
<div align="center">
2020-12-15 16:14:38 +08:00
<img src="doc/imgs_results/ch_ppocr_mobile_v2.0/test_add_91.jpg" width="800">
<img src="doc/imgs_results/ch_ppocr_mobile_v2.0/00018069.jpg" width="800">
2020-10-13 17:49:16 +08:00
</div>
The above pictures are the visualizations of the general ppocr_server model. For more effect pictures, please see [More visualizations](./doc/doc_en/visualization_en.md).
2020-07-20 20:26:02 +08:00
2020-12-15 15:09:24 +08:00
<a name="Community"></a>
## Community
- Scan the QR code below with your Wechat, you can access to official technical exchange group. Look forward to your participation.
<div align="center">
<img src="./doc/joinus.PNG" width = "200" height = "200" />
</div>
2020-10-13 17:49:16 +08:00
## Quick Experience
2020-07-16 13:58:39 +08:00
2020-10-13 17:49:16 +08:00
You can also quickly experience the ultra-lightweight OCR : [Online Experience](https://www.paddlepaddle.org.cn/hub/scene/ocr)
2020-05-14 11:05:33 +08:00
2020-10-13 17:49:16 +08:00
Mobile DEMO experience (based on EasyEdge and Paddle-Lite, supports iOS and Android systems): [Sign in to the website to obtain the QR code for installing the App](https://ai.baidu.com/easyedge/app/openSource?from=paddlelite)
2020-05-14 00:01:00 +08:00
2020-10-13 17:49:16 +08:00
Also, you can scan the QR code below to install the App (**Android support only**)
2020-05-14 01:51:17 +08:00
2020-08-26 16:43:41 +08:00
<div align="center">
2020-10-13 17:49:16 +08:00
<img src="./doc/ocr-android-easyedge.png" width = "200" height = "200" />
2020-08-26 16:43:41 +08:00
</div>
2020-05-14 11:05:33 +08:00
2020-10-13 17:49:16 +08:00
- [**OCR Quick Start**](./doc/doc_en/quickstart_en.md)
<a name="Supported-Chinese-model-list"></a>
2020-12-15 15:13:15 +08:00
2020-12-15 13:35:24 +08:00
## PP-OCR 2.0 series model listUpdate on Dec 15
2020-12-16 11:01:21 +08:00
**Note** : Compared with [models 1.1](https://github.com/PaddlePaddle/PaddleOCR/blob/develop/doc/doc_en/models_list_en.md), which are trained with static graph programming paradigm, models 2.0 are the dynamic graph trained version and achieve close performance.
2020-10-13 17:49:16 +08:00
| Model introduction | Model name | Recommended scene | Detection model | Direction classifier | Recognition model |
| ------------------------------------------------------------ | ---------------------------- | ----------------- | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
2020-12-15 23:11:41 +08:00
| Chinese and English ultra-lightweight OCR model (9.4M) | ch_ppocr_mobile_v2.0_xx | Mobile & server |[inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_det_infer.tar) / [pre-trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_det_train.tar)|[inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_infer.tar) / [pre-trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_train.tar) |[inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_rec_infer.tar) / [pre-trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_rec_pre.tar) |
| Chinese and English general OCR model (143.4M) | ch_ppocr_server_v2.0_xx | Server |[inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_server_v2.0_det_infer.tar) / [pre-trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_server_v2.0_det_train.tar) |[inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_infer.tar) / [pre-trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_mobile_v2.0_cls_traingit.tar) |[inference model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_server_v2.0_rec_infer.tar) / [pre-trained model](https://paddleocr.bj.bcebos.com/dygraph_v2.0/ch/ch_ppocr_server_v2.0_rec_pre.tar) |
2020-12-15 15:09:24 +08:00
2020-10-13 17:49:16 +08:00
2020-12-15 15:09:24 +08:00
For more model downloads (including multiple languages), please refer to [PP-OCR v2.0 series model downloads](./doc/doc_en/models_list_en.md).
2020-10-13 17:49:16 +08:00
2020-12-15 15:09:24 +08:00
For a new language request, please refer to [Guideline for new language_requests](#language_requests).
2020-10-13 17:49:16 +08:00
## Tutorials
- [Installation](./doc/doc_en/installation_en.md)
- [Quick Start](./doc/doc_en/quickstart_en.md)
- [Code Structure](./doc/doc_en/tree_en.md)
2020-12-15 15:09:24 +08:00
- Algorithm Introduction
2020-10-13 17:49:16 +08:00
- [Text Detection Algorithm](./doc/doc_en/algorithm_overview_en.md)
- [Text Recognition Algorithm](./doc/doc_en/algorithm_overview_en.md)
2020-12-15 15:09:24 +08:00
- [PP-OCR Pipeline](#PP-OCR-Pipeline)
- Model Training/Evaluation
2020-10-13 17:49:16 +08:00
- [Text Detection](./doc/doc_en/detection_en.md)
- [Text Recognition](./doc/doc_en/recognition_en.md)
- [Direction Classification](./doc/doc_en/angle_class_en.md)
- [Yml Configuration](./doc/doc_en/config_en.md)
- Inference and Deployment
2020-12-15 15:09:24 +08:00
- [Quick Inference Based on PIP](./doc/doc_en/whl_en.md)
2020-10-13 17:49:16 +08:00
- [Python Inference](./doc/doc_en/inference_en.md)
- [C++ Inference](./deploy/cpp_infer/readme_en.md)
- [Serving](./deploy/hubserving/readme_en.md)
2020-12-15 15:09:24 +08:00
- [Mobile](https://github.com/PaddlePaddle/PaddleOCR/blob/develop/deploy/lite/readme_en.md)
- [Benchmark](./doc/doc_en/benchmark_en.md)
- Data Annotation and Synthesis
2020-12-15 23:11:41 +08:00
- [Semi-automatic Annotation Tool: PPOCRLabel](./PPOCRLabel/README.md)
2020-12-16 00:40:38 +08:00
- [Data Synthesis Tool: Style-Text](./StyleText/README.md)
2020-12-15 23:11:41 +08:00
- [Other Data Annotation Tools](./doc/doc_en/data_annotation_en.md)
- [Other Data Synthesis Tools](./doc/doc_en/data_synthesis_en.md)
2020-10-13 17:49:16 +08:00
- Datasets
- [General OCR Datasets(Chinese/English)](./doc/doc_en/datasets_en.md)
- [HandWritten_OCR_Datasets(Chinese)](./doc/doc_en/handwritten_datasets_en.md)
- [Various OCR Datasets(multilingual)](./doc/doc_en/vertical_and_multilingual_datasets_en.md)
- [Visualization](#Visualization)
2020-12-15 15:09:24 +08:00
- [New language requests](#language_requests)
2020-10-13 17:49:16 +08:00
- [FAQ](./doc/doc_en/FAQ_en.md)
- [Community](#Community)
- [References](./doc/doc_en/reference_en.md)
- [License](#LICENSE)
- [Contribution](#CONTRIBUTION)
2020-12-15 15:09:24 +08:00
<a name="PP-OCR-Pipeline"></a>
## PP-OCR Pipeline
2020-07-14 20:27:31 +08:00
<div align="center">
2020-10-13 17:49:16 +08:00
<img src="./doc/ppocr_framework.png" width="800">
2020-07-14 20:27:31 +08:00
</div>
2020-12-20 08:20:45 +08:00
PP-OCR is a practical ultra-lightweight OCR system. It is mainly composed of three parts: DB text detection[2], detection frame correction and CRNN text recognition[7]. The system adopts 19 effective strategies from 8 aspects including backbone network selection and adjustment, prediction head design, data augmentation, learning rate transformation strategy, regularization parameter selection, pre-training model use, and automatic model tailoring and quantization to optimize and slim down the models of each module. The final results are an ultra-lightweight Chinese and English OCR model with an overall size of 3.5M and a 2.8M English digital OCR model. For more details, please refer to the PP-OCR technical article (https://arxiv.org/abs/2009.09941). Besides, The implementation of the FPGM Pruner [8] and PACT quantization [9] is based on [PaddleSlim](https://github.com/PaddlePaddle/PaddleSlim).
2020-07-13 22:19:42 +08:00
2020-07-08 14:39:48 +08:00
2020-10-13 17:49:16 +08:00
## Visualization [more](./doc/doc_en/visualization_en.md)
- Chinese OCR model
2020-07-12 14:45:03 +08:00
<div align="center">
2020-12-15 22:16:17 +08:00
<img src="./doc/imgs_results/ch_ppocr_mobile_v2.0/test_add_91.jpg" width="800">
2020-12-15 22:14:29 +08:00
<img src="./doc/imgs_results/ch_ppocr_mobile_v2.0/00015504.jpg" width="800">
<img src="./doc/imgs_results/ch_ppocr_mobile_v2.0/00056221.jpg" width="800">
2020-12-15 15:09:24 +08:00
<img src="./doc/imgs_results/ch_ppocr_mobile_v2.0/rotate_00052204.jpg" width="800">
2020-07-12 14:45:03 +08:00
</div>
2020-05-14 00:01:00 +08:00
2020-10-13 17:49:16 +08:00
- English OCR model
2020-07-12 14:45:03 +08:00
<div align="center">
2020-12-15 16:14:38 +08:00
<img src="./doc/imgs_results/ch_ppocr_mobile_v2.0/img_12.jpg" width="800">
2020-07-12 14:45:03 +08:00
</div>
2020-10-13 17:49:16 +08:00
- Multilingual OCR model
2020-07-12 14:45:03 +08:00
<div align="center">
2020-12-15 16:14:38 +08:00
<img src="./doc/imgs_results/french_0.jpg" width="800">
2020-12-15 15:09:24 +08:00
<img src="./doc/imgs_results/korean.jpg" width="800">
2020-07-12 14:45:03 +08:00
</div>
2020-07-06 21:10:49 +08:00
2020-07-14 11:40:31 +08:00
2020-12-15 15:09:24 +08:00
<a name="language_requests"></a>
## Guideline for new language requests
If you want to request a new language support, a PR with 2 following files are needed
2020-12-15 23:14:11 +08:00
1. In folder [ppocr/utils/dict](./ppocr/utils/dict),
2020-12-15 15:09:24 +08:00
it is necessary to submit the dict text to this path and name it with `{language}_dict.txt` that contains a list of all characters. Please see the format example from other files in that folder.
2020-12-15 23:14:11 +08:00
2. In folder [ppocr/utils/corpus](./ppocr/utils/corpus),
2020-12-15 15:09:24 +08:00
it is necessary to submit the corpus to this path and name it with `{language}_corpus.txt` that contains a list of words in your language.
Maybe, 50000 words per language is necessary at least.
Of course, the more, the better.
If your language has unique elements, please tell me in advance within any way, such as useful links, wikipedia and so on.
More details, please refer to [Multilingual OCR Development Plan](https://github.com/PaddlePaddle/PaddleOCR/issues/1048).
2020-06-23 17:39:50 +08:00
2020-10-13 17:49:16 +08:00
<a name="LICENSE"></a>
## License
This project is released under <a href="https://github.com/PaddlePaddle/PaddleOCR/blob/master/LICENSE">Apache 2.0 license</a>
<a name="CONTRIBUTION"></a>
## Contribution
We welcome all the contributions to PaddleOCR and appreciate for your feedback very much.
- Many thanks to [Khanh Tran](https://github.com/xxxpsyduck) and [Karl Horky](https://github.com/karlhorky) for contributing and revising the English documentation.
2021-01-07 21:45:55 +08:00
- Many thanks to [zhangxin](https://github.com/ZhangXinNan) for contributing the new visualize function、add .gitignore and discard set PYTHONPATH manually.
2020-10-13 17:49:16 +08:00
- Many thanks to [lyl120117](https://github.com/lyl120117) for contributing the code for printing the network structure.
- Thanks [xiangyubo](https://github.com/xiangyubo) for contributing the handwritten Chinese OCR datasets.
- Thanks [authorfu](https://github.com/authorfu) for contributing Android demo and [xiadeye](https://github.com/xiadeye) contributing iOS demo, respectively.
- Thanks [BeyondYourself](https://github.com/BeyondYourself) for contributing many great suggestions and simplifying part of the code style.
- Thanks [tangmq](https://gitee.com/tangmq) for contributing Dockerized deployment services to PaddleOCR and supporting the rapid release of callable Restful API services.
2020-12-15 15:09:24 +08:00
- Thanks [lijinhan](https://github.com/lijinhan) for contributing a new way, i.e., java SpringBoot, to achieve the request for the Hubserving deployment.
- Thanks [Mejans](https://github.com/Mejans) for contributing the Occitan corpus and character set.
- Thanks [LKKlein](https://github.com/LKKlein) for contributing a new deploying package with the Golang program language.
- Thanks [Evezerest](https://github.com/Evezerest), [ninetailskim](https://github.com/ninetailskim), [edencfc](https://github.com/edencfc), [BeyondYourself](https://github.com/BeyondYourself) and [1084667371](https://github.com/1084667371) for contributing a new data annotation tool, i.e., PPOCRLabel。