- Notifications
You must be signed in to change notification settings - Fork428
📄 Awesome OCR multiple programing languages toolkits based on ONNXRuntime, OpenVINO, PaddlePaddle and PyTorch.
License
RapidAI/RapidOCR
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
💖 Introducing the foremost multi-platform, multi-lingual OCR tool that boasts unparalleled speed, expansive support, and complete openness. This exceptional software is entirely free and renowned for facilitating swift offline deployments. Core to its efficiency is the ONNXRuntime inference engine, offering 4 to 5 times the speed of PaddlePaddle's engine while ensuring no memory leaks.
🦜Supported Languages: It inherently supports Chinese and English, with self-service conversion required for additional languages. Please referhere for specific language support details.
🔎Rationale: Acknowledging the limitations inPaddleOCR's architecture, we embarked on a mission to simplify OCR inference across diverse platforms. This endeavor culminated in converting PaddleOCR's model to the versatile ONNX format and seamlessly integrating it into Python, C++, Java, and C# environments.
🎓Etymology: Derived from its essence, RapidOCR embodies lightness, velocity, affordability, and intelligence. Rooted in deep learning, this OCR technology underscores AI's prowess and emphasizes compact models, prioritizing swiftness without compromising efficacy.
😉Usage Scenarios:
- Instant Deployment: If the pre-existing models within our repository suffice, simply leverage RapidOCR for swift deployment.
- Customization: In case of specific requirements, refine PaddleOCR with your data and proceed with RapidOCR deployment, ensuring tailored results.
If our repository proves beneficial to your endeavors, kindly consider leaving a star ⭐ on GitHub to show your appreciation. It means the world to us!
Visualization (more)
pip install onnxruntimepip install rapidocr
fromrapidocrimportRapidOCRengine=RapidOCR()img_url="https://github.com/RapidAI/RapidOCR/blob/main/python/tests/test_files/ch_en_num.jpg?raw=true"result=engine(img_url)print(result)result.vis("vis_result.jpg")
Full documentation can be found ondocs, in Chinese.
Used bylink
- Many thanks toDeliciaLaniD for fixing the misplaced start position of scan animation in ocrweb.
- Many thanks tozhsunlight for the suggestion about parameterized call GPU reasoning and the careful and thoughtful testing.
- Many thanks tolzh111222334 for fixing some bugs of rec preprocessing under python version.
- Many thanks toAutumnSun1996 for the suggestion in the#42.
- Many thanks toDeadWood8 for providing thedocument which packages rapidocr_web to exe by Nuitka.
- Many thanks toLoovelj for fixing the bug of sorting the text boxes. For details seeissue 75.
Important
If you want to sponsor the project, you can directly click theBuy me a coffee image, please write a note (e.g. your github account name) to facilitate adding to the sponsorship list below.
Sponsor | Applied Products |
---|---|
![]() | |
- |
If you find this project useful in your research, please consider cite:
@misc{RapidOCR 2021,title={{Rapid OCR}: OCR Toolbox},author={RapidAI Team},howpublished ={\url{https://github.com/RapidAI/RapidOCR}},year={2021}}
The copyright of the OCR model is held by Baidu, while the copyrights of all other engineering scripts are retained by the repository's owner.
This project is released under theApache 2.0 license.
About
📄 Awesome OCR multiple programing languages toolkits based on ONNXRuntime, OpenVINO, PaddlePaddle and PyTorch.