Metadata-Version: 1.1
Name: pdf-table-extract
Version: 0.1
Summary: Extract Tables from PDF files
Home-page: https://github.com/codeRuth/pdf-table-extract/
Author: Ian McEwan
Author-email: ijm@ashimaresearch.com
License: MIT-Expat
Download-URL: https://github.com/codeRuth/pdf-table-extract/archive/0.1.tar.gz
Description: *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](http://ashimagroup.net/os/license/mit-expat)
        
        ###Tags
        [Utilities](http://ashimagroup.net/os/tag/utilities)
        
        
        
        
        
Keywords: PDF,tables
Platform: UNKNOWN
