Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 695 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 695 Bytes

imagenie

Imagenie - Smart text over images

##Requirements

  • Tested on Python version 2.7.8
  • Python version of Colorific
  • Python version of OpenCV

##To quickly test

php test.php

This will analyise the image included in the directory.

##Restrictions

Only tested with images of a jpg format.

#Install Tesseract #Ubuntu #sudo apt-get install tesseract-ocr #For OSX

brew install tesseract
git clone https://github.com/madmaze/pytesseract.git
cd pytesseract
sudo python setup.py install