I have tesseract.exe working from the command line, I'm just not sure where it needs to be for perl.

It may well be ok where it is. The Makefile.PL is probably trying to run /usr/local/bin/tesseract or some such crap. The README that ships with the source warns of the package's deficiencies : "This package runs on Unix/Linux type OS".

What happens if you just do the bodgey installation by hand as I suggested in my last post ? (There may be reasons I'm unaware of that this will *not* work, but it's not hard to test.)
Alternatively, you have to dig into the source distro, work out why it can't find tesseract.exe, and make appropriate amendments to the source. Unfortunately, as soon as I see an 'inc' folder in a source distro, it makes me want to puke - so I can't really help much.

Cheers,
Rob
UPDATE: Often, the stuff that's in 'inc' proves to be unnecessary, and my first attempts at fixing problems that it raises are usually just to try and bypass it. So, I would first try removing the first 3 lines of the Makefile.PL and then re-run 'perl Makefile.PL'. (I expect that the EXE_FILES assignment in the Makefile.PL may need to be changed, too.)

In reply to Re^7: Installing tesseract on XP by syphilis
in thread Installing tesseract on XP by casimo

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.