/simply-ocr

a simple library to read text from images

Primary LanguagePythonMIT LicenseMIT

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