Skip to content

ashima/pdf-table-extract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF Table Extraction Utility. Analyses a page in a PDF looking for well delineated table cells, and extracts the text in each cell. Outputs include JSON, XML, and CSV lists of cell locations, shapes, and contents, and CSV and HTML versions of the tables. This utility is intended to be the first step in automatically processing data in tables from a PDF file, and was originally designed to read the tables in ST Micro’s datasheets. The script requires numpy and poppler (pdftoppm and pdftotext)

###License MIT Expat

###Tags Utilities