PIL has to be installed in the folder python 2.6 / How to install PIL ?

On Sun, May 10, 2009 at 12:23 AM, computer <[email protected]> wrote:

>
> In the end I gave up on this as a friend pointed me at a much easier
> interface to the tesseract OCR module:
> 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!
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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