Metadata-Version: 2.1
Name: py-pdf-parser
Version: 0.13.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
License-File: LICENSE
Requires-Dist: docopt (==0.6.2)
Requires-Dist: pdfminer.six (==20220524)
Requires-Dist: wand (==0.6.10)
Provides-Extra: dev
Requires-Dist: matplotlib (==3.5.1) ; extra == 'dev'
Requires-Dist: pillow (==9.2.0) ; extra == 'dev'
Requires-Dist: pyvoronoi (==1.0.7) ; extra == 'dev'
Requires-Dist: shapely (==1.8.2) ; extra == 'dev'
Provides-Extra: test
Requires-Dist: Sphinx (==5.2.3) ; extra == 'test'
Requires-Dist: ddt (==1.6.0) ; extra == 'test'
Requires-Dist: matplotlib (==3.5.1) ; extra == 'test'
Requires-Dist: mock (==4.0.3) ; extra == 'test'
Requires-Dist: nose (==1.3.7) ; extra == 'test'
Requires-Dist: pillow (==9.2.0) ; extra == 'test'
Requires-Dist: recommonmark (==0.7.1) ; extra == 'test'
Requires-Dist: sphinx-autobuild (==2021.3.14) ; extra == 'test'
Requires-Dist: sphinx-rtd-theme (==1.0.0) ; 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).


