Python package for Chinese and English OCR.
Project description
OpenOCR
Installing
Install and update using pip:
$ pip install -U openocr
A Simple Example
from openocr import OpenOCR
# Create an OpenOCR object
ocr = OpenOCR()
# Use the object to perform OCR on an image
text = ocr.ocr_image('path_to_your_image.jpg')
print(text)
Links
- Documentation: https://github.com/MarkHoo/openocr
- PyPI Releases: https://pypi.org/project/openocr/
- Source Code: https://github.com/MarkHoo/openocr
- Issue Tracker: https://github.com/MarkHoo/openocr/issues
- Website: https://pypi.org/project/openocr/
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 Distribution
OpenOCR-0.1.0.tar.gz
(6.6 kB
view details)
Built Distribution
File details
Details for the file OpenOCR-0.1.0.tar.gz
.
File metadata
- Download URL: OpenOCR-0.1.0.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e0211345ec5bb49550f7adac2dab55ffea799a4d7206533e1ac448f8b6fd51a |
|
MD5 | 601385678eff06a84243b02c9f7e3297 |
|
BLAKE2b-256 | ce570b91a4712c0f1c549ac5905bd64f10df0b6dcd8fde5712895eebcf35953b |
File details
Details for the file OpenOCR-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: OpenOCR-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e1e3b70a19db61b295621399462e6f90c3bf4e4bbc616f212c972d4bd84ec9c0 |
|
MD5 | 22360e464e4c18eea9577c6ddff242e2 |
|
BLAKE2b-256 | 841d082b30307e79a8169456a9db916877c3913791255c7f4757b51bf82dc089 |