Another module of some use is PyOCR, source code of which is here.
Also simple to use and has more features than PyTesseract.
To initialize:
from PIL import Image
import sys
import pyocr
import pyocr.builders
tools = pyocr.get_available_tools()
# The tools are returned in the recommended...