ajju has asked for the wisdom of the Perl Monks concerning the following question:
#!/usr/bin/perl #-w # use strict; use PDF::OCR2; my $p = PDF::OCR2->new('02_ProProInt2nd_Tab01.pdf'); my $text_all = $p->text; my @text_pages = $p->text; my $page_object = $p->page(1);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Errors in running perl program
by marto (Cardinal) on Nov 30, 2010 at 06:38 UTC | |
| |
|
Re: Errors in running perl program
by perl_lover (Chaplain) on Nov 30, 2010 at 06:27 UTC |