in reply to How to Extract PDF tables using Perl

In the general case (maybe your case is simpler) extracting tables from pdf is a non-trivial task.

I am not aware of any perl-module that can do it.

The only software that ever worked for me was http://tabula.technology/ which is a Java-program but uses pretty good heuristics to identify and extracting tables in pdf.

  • Comment on Re: How to Extract PDF tables using Perl

Replies are listed 'Best First'.
Re^2: How to Extract PDF tables using Perl
by perlPsycho (Initiate) on May 11, 2016 at 09:54 UTC
    Thank you for your precious time Morgon.
    I will look into it,
    But my People say its possible.
    And they have done it.
      But my People say its possible. And they have done it.

      Ask them how they did it and then do it that way. Problem solved.

        And then wrap that "how" up into a CPAN module. :-)

        --MidLifeXis

      Is there any one who knows whether
      there is a perl module
      That can be used for Extracting Table from PDF
      And
      How to Do it?