RapidOCR
Project description
rapidocr-onnxruntime Package
Install package by pypi.
pip install rapidocr-onnxruntime
Download the models and config yaml.
wget https://github.com/RapidAI/RapidOCR/releases/download/v1.0.0/required_for_whl_v1.0.0.zip
# or by gitee
# wget https://gitee.com/RapidAI/RapidOCR/attach_files/1126710/download/required_for_whl_v1.0.0.zip
unzip required_for_whl_v1.0.0.zip
cd required_for_whl_v1.0.0
- The final directory of the folder:
required_for_whl_v1.0.0/
├── config.yaml
├── README.md
├── test_demo.py
├── resources
│ ├── models
│ │ ├── ch_ppocr_mobile_v2.0_cls_infer.onnx
│ │ ├── ch_PP-OCRv3_det_infer.onnx
│ │ └── ch_PP-OCRv3_rec_infer.onnx
│ └── rec_dict
│ └── ppocr_keys_v1.txt
└── test_images
└── ch_en_num.jpg
Use by python script.
import cv2
from rapidocr_onnxruntime import TextSystem
text_sys = TextSystem('config.yaml')
img = cv2.imread('test_images/ch_en_num.jpg')
dt_boxes, rec_res = text_sys(img)
print(rec_res)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rapidocr_onnxruntime-1.0.7-py3-none-any.whl.
File metadata
- Download URL: rapidocr_onnxruntime-1.0.7-py3-none-any.whl
- Upload date:
- Size: 18.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
836078f1a68ba098696aed48f01ff3d46d62c32a3d3d02e70424795ff139afb8
|
|
| MD5 |
b5e57f594e78a3e25bca6c6fdeea4c09
|
|
| BLAKE2b-256 |
5dbede19a8c3306cf087c11f8a066c2448019ca1c3afa4f3180653f79ed29f16
|