Metadata-Version: 2.1
Name: py-pdf-parser
Version: 0.10.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.6)
Requires-Dist: PyYAML (==5.4.1)
Provides-Extra: dev
Requires-Dist: matplotlib (==3.4.2) ; extra == 'dev'
Requires-Dist: pillow (==8.1.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 (==21.5b2) ; extra == 'test'
Requires-Dist: ddt (==1.4.2) ; extra == 'test'
Requires-Dist: matplotlib (==3.4.2) ; extra == 'test'
Requires-Dist: mock (==4.0.3) ; extra == 'test'
Requires-Dist: mypy (==0.812) ; extra == 'test'
Requires-Dist: nose (==1.3.7) ; extra == 'test'
Requires-Dist: pillow (==8.1.1) ; extra == 'test'
Requires-Dist: pycodestyle (==2.7.0) ; extra == 'test'
Requires-Dist: pytype (==2021.5.25) ; extra == 'test'
Requires-Dist: recommonmark (==0.7.1) ; extra == 'test'
Requires-Dist: sphinx-autobuild (==2021.3.14) ; extra == 'test'
Requires-Dist: sphinx-rtd-theme (==0.5.2) ; extra == 'test'
Requires-Dist: Sphinx (==4.0.2) ; 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).


