Thanks to visit codestin.com
Credit goes to github.com

Skip to content

MarkHoo/openocr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages