Is there an OCR engine out there that is simple to install on my OS? If so, how do I install it? I don't have a C compiler either, and installation for that is proving to be cumbersome for the same reasons as below.
I've been banging my head against the wall trying to get some form of OCR working. I've tried GOCR, Java OCR (sourceforge), Asprise OCR and tesseract. Some don't work, others have long winded installation that gives me cryptic errors, or ones I can't solve (like "sudo: apt-get: command not found") because the only solutions out there are for newer OS's. Anything will work, I just need something that will recognize text from an image and output the text (in a text file or even on the console).
Yes I have tried installing XCode, but its only available for Mac OSX 10.6 and later. Yes I've tried installing tesseract over and over, playing around with Java OCR's source code, playing with Asprise's OCR by switching directories around and such for "package does not exist" errors. Nothing works!
I'm happy to be more specific about the problems I'm having. Really, anything that works is fine, I just need to OCR an image. Thank you.