Skip to content

eugeneai/pdf-table-extract

 
 

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

###Requires apt-get install python-dev poppler-utils yum install python-devel poppler-utils numpy pandas

About

Extract tables from PDF pages.

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.4%
  • Other 1.6%