Category "pytesser"

gcc error on install of tesseract-ocr

I am trying to run the following code on my mac. import Image enter code here`import pytesseract im = Image.open('test.png') print pytesseract.image_to_string(