http://www.perlmonks.org?node_id=653513


in reply to PDF Parsing

Hi weismat,

You may want to have a look at CAM::PDF which has some pretty good documentation and quite a few examples. If the PDF you are dealing with is made up of images, one per page (I know this his how some scanning software makes PDFs) you may want to have a read at Re: parse content of PDF file where I briefly mention PDF::OCR and tesseract.

Hope this helps

Martin