OpenOCR 0.1.0

Creator: codyrutscher

Last updated:

Add to Cart

Description:

OpenOCR 0.1.0

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/

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.