jeroguzman / simply-ocr

a simple library to read text from images

Home Page:https://pypi.org/project/simply-ocr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simply-ocr 0.0.1

By Jeroben Guzmán


For text extraction from images on a simple way / Para extraer texto de imagenes de forma sencilla


💡 Prerequisites

Python 3


📚 Examples

from simply_ocr import read_image_en, read_image_es

read_image_en('test.jpg') #for english

read_image_es('test.jpg') #for spanish

About

a simple library to read text from images

https://pypi.org/project/simply-ocr/

License:MIT License


Languages

Language:Python 100.0%