Does anyone know why I am getting this error? I have Ubuntu 32-Bit , and Python 32-Bit and Installed Pillow using pip
Here is the code:
import Image
import pytesseract
print pytesseract.image_to_string(Image.open('1.jpg'))
Here is the error :
Traceback (most recent call last): File "/home/siamak/workspace/test/com/tower/test/ocr.py", line 1, in import Image ImportError: No module named Image