in reply to Re: Extract data from .png file
in thread Extract data from .png file

When i try to install that module its giving me the below error "# Failed test 'get_ocr()' # at t/02_Image_OCR_Tesseract.t line 72. . . . . Test Summary Report ------------------- t/02_Image_OCR_Tesseract.t (Wstat: 512 Tests: 22 Failed: 2) Failed tests: 14, 22 Non-zero exit status: 2 Files=3, Tests=26, 7 wallclock secs ( 0.03 usr 0.01 sys + 5.42 cusr 0.58 csys = 6.04 CPU) Result: FAIL Failed 1/3 test programs. 2/26 subtests failed. make: *** test_dynamic Error 255 LEOCHARRE/Image-OCR-Tesseract-1.24.tar.gz /usr/bin/make test -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports LEOCHARRE/Image-OCR-Tesseract-1.24.tar.gz Running make install make test had returned bad status, won't install without force " How to over come this problem ?????

Replies are listed 'Best First'.
Re^3: Extract data from .png file
by marto (Cardinal) on Aug 04, 2010 at 12:14 UTC

    Did you install the dependencies as mentioned in the README file?

      Yes i have installed all the dependencies as mentioned in the README file .

        Please post the following:

        • Operating system details.
        • Perl version (perl -v).
        • Full cpan session for the install attempt (use readmore tags, see Writeup Formatting Tips).
        • The output of which convert and which tesseract (or your platform equivalent of which).

        Thanks