Comment on Tabula: Extract Tables from PDFsparentComments−dunham11yI usually use "pdftotext -layout" and write python or perl code to handle the table extraction.If I need more detailed formatting information, I use "pdftohtml -xml -fullfontname" and process the resulting xml.
Comments
I usually use "pdftotext -layout" and write python or perl code to handle the table extraction.
If I need more detailed formatting information, I use "pdftohtml -xml -fullfontname" and process the resulting xml.