Metadata-Version: 2.1
Name: py-pdf-parser
Version: 0.6.0
Summary: A tool to help extracting information from structured PDFs.
Home-page: https://github.com/jstockwin/py-pdf-parser
Author: Jake Stockwin
Author-email: jstockwin@gmail.com
License: BSD
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: pdfminer.six (==20201018)
Requires-Dist: docopt (==0.6.2)
Requires-Dist: wand (==0.6.5)
Requires-Dist: PyYAML (==5.3.1)
Provides-Extra: dev
Requires-Dist: matplotlib (==3.1.2) ; extra == 'dev'
Requires-Dist: pillow (==8.0.1) ; extra == 'dev'
Requires-Dist: pyqt5 (==5.14.1) ; extra == 'dev'
Requires-Dist: pyvoronoi (==1.0.5) ; extra == 'dev'
Requires-Dist: shapely (==1.7.1) ; extra == 'dev'
Provides-Extra: test
Requires-Dist: black (==20.8b1) ; extra == 'test'
Requires-Dist: ddt (==1.4.1) ; extra == 'test'
Requires-Dist: matplotlib (==3.1.2) ; extra == 'test'
Requires-Dist: mock (==4.0.3) ; extra == 'test'
Requires-Dist: mypy (==0.790) ; extra == 'test'
Requires-Dist: nose (==1.3.7) ; extra == 'test'
Requires-Dist: pillow (==8.0.1) ; extra == 'test'
Requires-Dist: pycodestyle (==2.6.0) ; extra == 'test'
Requires-Dist: pyqt5 (==5.14.1) ; extra == 'test'
Requires-Dist: pytype (==2020.2.6) ; extra == 'test'
Requires-Dist: recommonmark (==0.6.0) ; extra == 'test'
Requires-Dist: sphinx-autobuild (==2020.9.1) ; extra == 'test'
Requires-Dist: sphinx-rtd-theme (==0.5.0) ; extra == 'test'
Requires-Dist: Sphinx (==2.3.1) ; extra == 'test'
Requires-Dist: ninja (==1.10.0.post2) ; extra == 'test'

# py-pdf-parser

[![PyPI version](https://badge.fury.io/py/py-pdf-parser.svg)](https://badge.fury.io/py/py-pdf-parser)
![Continuous Integration](https://github.com/jstockwin/py-pdf-parser/workflows/Continuous%20Integration/badge.svg)
[![Documentation Status](https://readthedocs.org/projects/py-pdf-parser/badge/?version=latest)](https://py-pdf-parser.readthedocs.io/en/latest/?badge=latest)

Py PDF Parser is a tool to help extracting information from structured PDFs.

Full details and installation instructions can be found at:
https://py-pdf-parser.readthedocs.io/en/latest/

This project is based on an original design and protoype by Sam Whitehall (github.com/samwhitehall).


