Papers › PP-OCR: A Practical Ultra Lightweight OCR System

PP-OCR: A Practical Ultra Lightweight OCR System

21 Sep 2020arXiv:2009.09941archive 2025-07-28

Yuning Du, Chenxia Li, Ruoyu Guo, Xiaoting Yin, Weiwei Liu, Jun Zhou, Yifan Bai, Zilin Yu, Yehua Yang, Qingqing Dang, Haoshuang Wang

The Optical Character Recognition (OCR) systems have been widely used in various of application scenarios, such as office automation (OA) systems, factory automations, online educations, map productions etc. However, OCR is still a challenging task due to the various of text appearances and the demand of computational efficiency. In this paper, we propose a practical ultra lightweight OCR system, i.e., PP-OCR. The overall model size of the PP-OCR is only 3.5M for recognizing 6622 Chinese characters and 2.8M for recognizing 63 alphanumeric symbols, respectively. We introduce a bag of strategies to either enhance the model ability or reduce the model size. The corresponding ablation experiments with the real data are also provided. Meanwhile, several pre-trained models for the Chinese and English recognition are released, including a text detector (97K images are used), a direction classifier (600K images are used) as well as a text recognizer (17.9M images are used). Besides, the proposed PP-OCR are also verified in several other language recognition tasks, including French, Korean, Japanese and German. All of the above mentioned models are open-sourced and the codes are available in the GitHub repository, i.e., https://github.com/PaddlePaddle/PaddleOCR.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2009.09941")

Code

Syntology Ran 0 of 12 code samples harvested from 4 repositories linked to this paper; 12 have no recorded run.

By repository: community (archive-listed): 12 samples from 4 repositories, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

PaddlePaddle/PaddleOCR officialmentioned in papermentioned on GitHubpaddleApache-2.0 report
Evezerest/DocRec mentioned on GitHubpaddle report
JasonZK/Soccer_OCR mentioned on GitHubpaddleApache-2.0 report
Mushroomcat9998/PaddleOCR mentioned on GitHubpaddleApache-2.0 report
frotms/PaddleOCR2Pytorch mentioned on GitHubpytorchApache-2.0 report
hieu28022000/PaddleOCR mentioned on GitHubpaddleApache-2.0 report
qingyu95/ICDAR2017-DATASET mentioned on GitHubpaddleApache-2.0 report
raychiu0202/paddleOCR_flask mentioned on GitHubpaddleApache-2.0 report
simplify23/Ultra_light_OCR_No.11 mentioned on GitHubpaddleApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 0 ran; 0 honoured the contract we drafted; 12 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

12unverified

Licence: 0 of the 12 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 4 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

check_line JasonZK/Soccer_OCR/OOP_only_clean_big_ggl.py community (archive-listed) unverified Apache-2.0 (permissive) · 1be3cc75ead87256 · report
check_line JasonZK/Soccer_OCR/OOP_only_clean_big_ggl_tail.py community (archive-listed) unverified Apache-2.0 (permissive) · c7bd3f9d7fb0b8cd · report
cv2_to_base64 qingyu95/ICDAR2017-DATASET/deploy/pdserving/clas_web_client.py community (archive-listed) unverified Apache-2.0 (permissive) · 4f512b08012a4c0f · report
evaluate_candidates JasonZK/Soccer_OCR/clean_big_ggl.py community (archive-listed) unverified Apache-2.0 (permissive) · c530a900adfcaf72 · report
evaluate_candidates JasonZK/Soccer_OCR/clean_ggl.py community (archive-listed) unverified Apache-2.0 (permissive) · 50217119d0dedf6d · report
find_goal_location JasonZK/Soccer_OCR/clean_big_ggl.py community (archive-listed) unverified Apache-2.0 (permissive) · 3b5fd627a82b176e · report
get_frame_dic JasonZK/Soccer_OCR/big_ggl.py community (archive-listed) unverified Apache-2.0 (permissive) · 7065c977588feaab · report
inverted Mushroomcat9998/PaddleOCR/PPOCRLabel/PPOCRLabel.py community (archive-listed) unverified Apache-2.0 (permissive) · 0769a6bb4dc29a4c · report
ohem_single Mushroomcat9998/PaddleOCR/ppocr/losses/det_basic_loss.py community (archive-listed) unverified Apache-2.0 (permissive) · ea3ff3c86a936513 · report
parse_args Mushroomcat9998/PaddleOCR/paddleocr.py community (archive-listed) unverified Apache-2.0 (permissive) · e7ac5ba2f2c58755 · report
parse_args simplify23/Ultra_light_OCR_No.11/paddleocr.py community (archive-listed) unverified Apache-2.0 (permissive) · 006a28646179fcce · report
read Mushroomcat9998/PaddleOCR/PPOCRLabel/PPOCRLabel.py community (archive-listed) unverified Apache-2.0 (permissive) · 14b9c019942ef1b5 · report

Tasks

Computational EfficiencyOptical Character RecognitionOptical Character Recognition (OCR)

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Introduced by this paper: PP-OCR

PP-OCR

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections