Go to file
Evezerest bb77fcef6f
Merge pull request #6279 from Evezerest/dygraph
Update PPOCRLabel
2022-05-13 15:02:19 +08:00
.github/ISSUE_TEMPLATE Update joinus.png and issue_template 2021-11-09 19:26:36 +08:00
PPOCRLabel Update PPOCRLabel 2022-05-13 14:59:37 +08:00
StyleText dbg (#3236) 2021-07-02 10:38:04 +08:00
applications add recovery 2022-05-07 16:55:20 +08:00
benchmark fix run_benchmark_det.sh 2022-03-11 16:26:40 +08:00
configs fix doc (#6143) 2022-05-06 13:38:42 +08:00
deploy update doc for v3 det quant (#6248) 2022-05-11 15:35:19 +08:00
doc Merge pull request #6254 from LDOUBLEV/dygraph 2022-05-12 16:32:30 +08:00
ppocr the file has no function [self.vector_slope] 2022-05-12 19:54:56 +08:00
ppstructure Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into doc_fy 2022-05-10 14:27:50 +08:00
test_tipc [cherry-pick] `Fix some typos for Jetson, metrics and result` from release/2.4-typos2 branch and merge. (#6119) 2022-05-02 14:01:29 +08:00
tools Merge pull request #6222 from tink2123/cherry-pick-dygraph 2022-05-10 14:49:01 +08:00
.clang_format.hook upload lite demo and clang-fomat 2020-07-07 07:40:39 +00:00
.gitignore [TIPC] Add js infer test 2021-12-20 22:54:48 +08:00
.pre-commit-config.yaml upload PaddleOCR code 2020-05-10 16:26:57 +08:00
.style.yapf upload PaddleOCR code 2020-05-10 16:26:57 +08:00
LICENSE Initial commit 2020-05-08 18:38:17 +08:00
MANIFEST.in fix bug in whl import fce 2022-03-18 10:08:58 +00:00
README.md Add documents for paddlecloud 2022-05-10 20:33:55 +08:00
README_ch.md Update README_ch.md 2022-05-10 21:18:50 +08:00
__init__.py add relative import 2022-03-23 14:22:06 +00:00
paddleocr.py merge upstream 2022-05-10 14:28:02 +08:00
requirements.txt The whl package supports separate table recognition and layout analysis 2022-04-22 13:24:45 +08:00
setup.py merge paddlestructure whl to paddleocr whl 2021-08-02 15:28:07 +08:00
train.sh opt deploy doc 2021-02-02 21:08:13 +08: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.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.
  • 2021.12.21 Release PaddleOCR release/2.4

    • Release 1 text detection algorithm (PSENet), 3 text recognition algorithms (NRTR、SEED、SAR).
    • Release 1 key information extraction algorithm (SDMGR, tutorial) and 3 DocVQA algorithms (LayoutLM, LayoutLMv2, LayoutXLM).
  • 2021.9.7 Release PaddleOCR release/2.3

    • Release PP-OCRv2. The inference speed of PP-OCRv2 is 220% higher than that of PP-OCR server in CPU device. The F-score of PP-OCRv2 is 7% higher than that of PP-OCR mobile.
  • 2021.8.3 Release PaddleOCR release/2.2

    • Release a new structured documents analysis toolkit, i.e., PP-Structure, support layout analysis and table recognition (One-key to export chart images to Excel files).
  • 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-Structure
  • 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