in reply to Installing tesseract on XP

I'm a little lost on how to get it working with Image::OCR::Tesseract.

What happened when you ran

perl Makefile.PL make test
?

Replies are listed 'Best First'.
Re^2: Installing tesseract on XP
by casimo (Sexton) on Jun 25, 2009 at 05:28 UTC
    I actually installed it using ppm.

    when I run this I get:
    use Image::OCR::Tesseract 'get_ocr'; my $image = './hi.jpg'; my $text = get_ocr($image);
    Invalid Parameter - -compress 1024 at C:/Perl/site/lib/Image/OCR/Tesseract.pm line 77.
        I ran the code and received:

        "all" is not defined in %Image::OCR::Tesseract::EXPORT_TAGS
        at t2.pl line 3
        main::BEGIN() called at C:/Perl/site/lib/Image
        /OCR/Tesseract.pm line 3
        eval {...} called at C:/Perl/site/lib/Image
        /OCR/Tesseract.pm line 3
        Can't continue after import errors at t2.pl line 3
        BEGIN failed--compilation aborted at t2.pl line 3.