Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rafaellaurindo/pyocr

Simple OCR in python.
https://github.com/rafaellaurindo/pyocr

image image-classification ocr python

Last synced: 2 days ago
JSON representation

Simple OCR in python.

Awesome Lists containing this project

README

        

# PyOCR
Simple OCR in Python.
Read the texts in images easily using Python.

### How to use
``python pyocr.py /path/to/image.png``

#### Accepted formats
- Portable Network Graphics - PNG
- Joint Photographic Experts Group - JPG, JPEG

#### Resources
- View the text of image;
- Send the text to the clipboard;

### Post on my blog
See this post on my [Blog](https://rafaellaurindo.com.br/pyocr/).