Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rafaellaurindo/pyocr
- Owner: rafaellaurindo
- Created: 2018-08-12T02:54:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-16T02:48:56.000Z (over 6 years ago)
- Last Synced: 2024-11-11T08:51:12.192Z (2 months ago)
- Topics: image, image-classification, ocr, python
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).