I am getting the following error:
ModuleNotFoundError: No module named 'Image'
while running the below script for OCR:
import Image
from tesseract import image_to_string
print(image_to_string(Image.open('marlboro.png'), lang='eng'))
I am using Spider through Anaconda and have Pillow installed.