in reply to Re^3: How to Extract PDF tables using Perl
in thread How to Extract PDF tables using Perl
doh - one minor note:
x = float(thing.get('x0')) doesn't work(?) in latest pdfquery - per pdfquery docs use x = float(thing.attr('x0')) - 'get' maybe was replaced with 'attr'