If anybody is looking for an easier interface to an OCR module try:
http://code.google.com/p/pytesser/

You can get a proof of concept working in about 10 seconds if you have
Python installed.  Here is an example program (make sure you put
pytesser in the same directory as your source, or put it in the Python
lib directory):

from pytesser import *
print image_to_string(Image.open('myinput.jpg'))

I found that a thousand times easier than getting ocropus built (which
I spent a good few hours trying)!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"ocropus" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/ocropus?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to