Looks good Warning: prerequisite CAM::PDF 1.52 not found. Warning: prerequisite File::PathInfo::Ext 1.27 not found. Warning: prerequisite File::Which 0.05 not found. Warning: prerequisite Image::OCR::Tesseract 1.20 not found. Warning: prerequisite LEOCHARRE::CLI2 1.07 not found. Warning: prerequisite LEOCHARRE::Class2 1.19 not found. Warning: prerequisite LEOCHARRE::Debug 1.02 not found. Warning: prerequisite LEOCHARRE::Dir 1.07 not found. Warning: prerequisite PDF::API2 2.015 not found. Warning: prerequisite PDF::Burst 1.19 not found. Warning: prerequisite PDF::GetImages 1.17 not found.

As mentioned in the INSTALL file (third time it's been mentioned to you so far), you need to install these modules. So either install them manually or launch cpan and type:

o conf prerequisites_policy follow o conf commit

Which should install prerequisites for modules when you try to install them, so:

cpan> install PDF::OCR2

Should install these for you. See the CPAN documentation along with Installing Modules from the tutorials section of this site.


In reply to Re^5: How to install PDF::OCR2 perl module on fedora 10? by marto
in thread How to install PDF::OCR2 perl module on fedora 10? by ajju

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.