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
Wang Xin 07603421c2
ci: Fixed docs multi version error (#14048) (#14063)
* ci: Fixed docs multi version error

* Update

* update

* update

Co-authored-by: SWHL <liekkaskono@163.com>
2024-10-22 13:42:03 +08:00
.github ci: Fixed docs multi version error (#14048) (#14063) 2024-10-22 13:42:03 +08:00
applications docs: fix broken link (#13970) 2024-10-10 19:48:04 +08:00
benchmark update common pre-commit configs and commit the results of running pre-commit run -a (#12516) 2024-05-29 15:26:09 +08:00
configs Add Syriac script support (#13800) 2024-09-01 20:10:42 +08:00
deploy bugfixed: import error (#13994) 2024-10-14 16:10:12 +08:00
doc Update algorithm_rec_vitstr_en.md (#13947) 2024-10-08 22:13:42 +08:00
docs [cherry-pick] update paddle2onnx doc (#14051) 2024-10-21 12:12:18 +08:00
overrides docs: Add tip of old documents (#13960) 2024-10-10 14:52:53 +08:00
ppocr [cherry-pick] fix isnan is not supported and update pyproject (#14061) 2024-10-22 10:27:45 +08:00
ppstructure pdf to markdown document (#13942) 2024-10-07 09:25:21 +08:00
test_tipc update pretrain for benchmark (#13820) 2024-09-13 11:05:51 +08:00
tests add test for cls_postprocess (#12534) 2024-05-31 11:22:13 +08:00
tools fix gpu memory growth (#14044) 2024-10-18 18:16:27 +08:00
.clang_format.hook
.gitignore update common pre-commit configs and commit the results of running pre-commit run -a (#12516) 2024-05-29 15:26:09 +08:00
.pre-commit-config.yaml docs: Add a new document site (#13375) 2024-07-24 20:00:15 +08:00
.style.yapf
LICENSE
MANIFEST.in use setuptools-scm extracts PaddleOCR versions (#13716) 2024-08-23 17:27:31 +08:00
README.md update docs (#14032) 2024-10-17 23:29:24 +08:00
README_en.md [cherry-pick] Release/2.9, updata en docs (#14045) 2024-10-18 18:15:22 +08:00
__init__.py fix layout recovery import error (#13434) 2024-07-20 21:19:09 +08:00
mkdocs.yml [cherry-pick] Release/2.9, updata en docs (#14045) 2024-10-18 18:15:22 +08:00
paddleocr.py pdf to markdown document (#13942) 2024-10-07 09:25:21 +08:00
pyproject.toml [cherry-pick] fix isnan is not supported and update pyproject (#14061) 2024-10-22 10:27:45 +08:00
requirements.txt fix version (#13895) 2024-09-21 23:03:43 +08:00
setup.py
train.sh update common pre-commit configs and commit the results of running pre-commit run -a (#12516) 2024-05-29 15:26:09 +08:00

README_en.md

English | 简体中文

Chat

Introduction

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

🚀 Community

PaddleOCR is being oversight by a PMC. Issues and PRs will be reviewed on a best-effort basis. For a complete overview of PaddlePaddle community, please visit community.

⚠️ Note: The Issues module is only for reporting program 🐞 bugs, for the rest of the questions, please move to the Discussions. Please note that if the Issue mentioned is not a bug, it will be moved to the Discussions module.

📣 Recent updates (more)

📚 Documentation

Full documentation can be found on docs.

🌟 Features

PaddleOCR support a variety of cutting-edge algorithms related to OCR, and developed industrial featured models/solution PP-OCRPP-Structure and PP-ChatOCR 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 Start

📖 Technical exchange and cooperation

PaddleX provides a one-stop full-process high-efficiency development platform for flying paddle ecological model training, pressure, and push. Its mission is to help AI technology quickly land, and its vision is to make everyone an AI Developer!

  • PaddleX currently covers areas such as image classification, object detection, image segmentation, 3D, OCR, and time series prediction, and has built-in 36 basic single models, such as RP-DETR, PP-YOLOE, PP-HGNet, PP-LCNet, PP- LiteSeg, etc.; integrated 12 practical industrial solutions, such as PP-OCRv4, PP-ChatOCR, PP-ShiTu, PP-TS, vehicle-mounted road waste detection, identification of prohibited wildlife products, etc.
  • PaddleX provides two AI development modes: "Toolbox" and "Developer". The toolbox mode can tune key hyperparameters without code, and the developer mode can perform single-model training, push and multi-model serial inference with low code, and supports both cloud and local terminals.
  • PaddleX also supports joint innovation and development, profit sharing! At present, PaddleX is rapidly iterating, and welcomes the participation of individual developers and enterprise developers to create a prosperous AI technology ecosystem!

📚 E-book: Dive Into OCR

🎖 Contributors

Star

Star History Chart

🇺🇳 Guideline for New Language Requests

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

  • 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 License Version 2.0.