How to use this module File::Extract:: PDF to extract the text from pdf. Need the guidance in writing the program.
thank you
thank you
......... use CAM::PDF; ......... my $pdf = CAM::PDF->new($filename); print ARCHIVO ( CAM::PDF::PageText->render($pdf->getPageContentTree($numpage))); ........
Comment