Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and deployment among server, mobile, embedded and IoT devices)
 
 
 
 
 
 
Go to file
user1018 03d881685a
update code_doc (#7667)
* update code_doc

* update code_doc
2022-09-21 19:53:00 +08:00
.github/ISSUE_TEMPLATE Update joinus.png and issue_template 2021-11-09 19:26:36 +08:00
PPOCRLabel new table gt format 2022-09-07 13:53:30 +08:00
StyleText
applications fix doc bug (#7382) 2022-09-05 18:46:16 +08:00
benchmark fix run_benchmark_det.sh 2022-03-11 16:26:40 +08:00
configs Merge pull request #7642 from andyjpaddle/v3_rec_param 2022-09-20 16:29:28 +08:00
deploy fix bug 2022-09-20 03:40:05 +00:00
doc add centripetal text model 2022-09-15 11:08:16 +00:00
ppocr add centripetal text model 2022-09-15 11:08:16 +00:00
ppstructure update code_doc (#7667) 2022-09-21 19:53:00 +08:00
test_tipc fix tipc error 2022-09-19 09:39:32 +00:00
tools Update utility.py 2022-09-19 17:35:04 +08:00
.clang_format.hook
.gitignore update ignore 2022-08-08 06:59:58 +00:00
.pre-commit-config.yaml
.style.yapf
LICENSE
MANIFEST.in fix bug in whl import fce 2022-03-18 10:08:58 +00:00
README.md Update README.md 2022-08-29 12:10:58 +08:00
README_ch.md Update README_ch.md 2022-08-29 12:10:41 +08:00
__init__.py Update PPOCRLabel 2022-08-25 16:32:44 +08:00
paddleocr.py update bytes support 2022-08-31 19:59:29 +08:00
requirements.txt add centripetal text model 2022-09-15 11:08:16 +00:00
setup.py
train.sh add centripetal text model 2022-09-15 11:08:16 +00:00

README.md

English | 简体中文

Introduction

PaddleOCR aims to create multilingual, awesome, leading, and practical OCR tools that help users train better models and apply them into practice.

Recent updates

  • 🔥2022.8.24 Release PaddleOCR release/2.6

    • Release PP-Structurev2with functions and performance fully upgraded, adapted to Chinese scenes, and new support for Layout Recovery and one line command to convert PDF to Word;
    • Layout Analysis optimization: model storage reduced by 95%, while speed increased by 11 times, and the average CPU time-cost is only 41ms;
    • Table Recognition optimization: 3 optimization strategies are designed, and the model accuracy is improved by 6% under comparable time consumption;
    • Key Information Extraction optimizationa visual-independent model structure is designed, the accuracy of semantic entity recognition is increased by 2.8%, and the accuracy of relation extraction is increased by 9.1%.
  • 🔥2022.7 Release OCR scene application collection

    • Release 9 vertical models such as digital tube, LCD screen, license plate, handwriting recognition model, high-precision SVTR model, etc, covering the main OCR vertical applications in general, manufacturing, finance, and transportation industries.
  • 🔥2022.5.9 Release PaddleOCR release/2.5

    • Release PP-OCRv3: With comparable speed, the effect of Chinese scene is further improved by 5% compared with PP-OCRv2, the effect of English scene is improved by 11%, and the average recognition accuracy of 80 language multilingual models is improved by more than 5%.
    • Release PPOCRLabelv2: Add the annotation function for table recognition task, key information extraction task and irregular text image.
    • Release interactive e-book "Dive into OCR", covers the cutting-edge theory and code practice of OCR full stack technology.
  • more

Features

PaddleOCR support a variety of cutting-edge algorithms related to OCR, and developed industrial featured models/solution PP-OCR and PP-Structure on this basis, and get through the whole process of data production, model training, compression, inference and deployment.

It is recommended to start with the “quick experience” in the document tutorial

Quick Experience

E-book: Dive Into OCR

Community

  • Join us👬: Scan the QR code below with your Wechat, you can join the official technical discussion group. Looking forward to your participation.

PP-OCR Series Model ListUpdate on September 8th

Model introduction Model name Recommended scene Detection model Direction classifier Recognition model
Chinese and English ultra-lightweight PP-OCRv3 model16.2M ch_PP-OCRv3_xx Mobile & Server inference model / trained model inference model / trained model inference model / trained model
English ultra-lightweight PP-OCRv3 model13.4M en_PP-OCRv3_xx Mobile & Server inference model / trained model inference model / trained model inference model / trained model
Chinese and English ultra-lightweight PP-OCRv2 model11.6M ch_PP-OCRv2_xx Mobile & Server inference model / trained model inference model / trained model inference model / trained model
Chinese and English ultra-lightweight PP-OCR model (9.4M) ch_ppocr_mobile_v2.0_xx Mobile & server inference model / trained model inference model / trained model inference model / trained model
Chinese and English general PP-OCR model (143.4M) ch_ppocr_server_v2.0_xx Server inference model / trained model inference model / trained model inference model / trained model

Tutorials

Visualization more

PP-OCRv3 Chinese model
PP-OCRv3 English model
PP-OCRv3 Multilingual model
PP-Structurev2
  • layout analysis + table recognition
  • SER (Semantic entity recognition)
  • RE (Relation Extraction)

Guideline for New Language Requests

If you want to request a new language support, a PR with 1 following files are needed

  1. In folder ppocr/utils/dict, 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.

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.

License

This project is released under Apache 2.0 license