Install and update using pip:
$ pip install -U openocr
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)
- 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/