Metadata-Version: 1.1
Name: pdf_table_extractor
Version: 0.1.1
Summary: Extract table data from PDFs
Home-page: https://github.com/mpasternak/pdf-table-extractor
Author: Michał Pasternak
Author-email: michal.dtz@gmail.com
License: MIT license
Description: ===================
        PDF Table Extractor
        ===================
        
        
        .. image:: https://img.shields.io/pypi/v/pdf_table_extractor.svg
                :target: https://pypi.python.org/pypi/pdf_table_extractor
        
        .. image:: https://img.shields.io/travis/mpasternak/pdf-table-extractor.svg
                :target: https://travis-ci.org/mpasternak/pdf-table-extractor
        
        .. image:: https://readthedocs.org/projects/pdf-table-extractor/badge/?version=latest
                :target: https://pdf-table-extractor.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/mpasternak/pdf-table-extractor/shield.svg
             :target: https://pyup.io/repos/github/mpasternak/pdf-table-extractor/
             :alt: Updates
        
        
        Extract table data from PDFs
        
        * Free software: MIT license
        * Documentation: https://pdf-table-extractor.readthedocs.io.
        
        
        Features
        --------
        * this software should be able to automaticall extract tabular data from PDF files, 
        * tables must have some visual bounds in form of horizontal and vertical lines.
        
        See Also
        --------
        
        * `Tabula`_ - similar goal, much more advanced project - extract table data from PDFs in Ruby, including GUI 
        
        Credits
        ---------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        .. _Tabula: http://tabula.technology
        
        
        =======
        History
        =======
        
        0.1.0 (2017-04-30)
        ------------------
        
        * First release on PyPI.
        
Keywords: pdf_table_extractor
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
