Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jstockwin/py-pdf-parser
A Python tool to help extracting information from structured PDFs.
https://github.com/jstockwin/py-pdf-parser
parsing pdf pdf-parsing py-pdf-parser
Last synced: 7 days ago
JSON representation
A Python tool to help extracting information from structured PDFs.
- Host: GitHub
- URL: https://github.com/jstockwin/py-pdf-parser
- Owner: jstockwin
- License: mit
- Created: 2019-10-31T15:23:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T20:39:19.000Z (9 months ago)
- Last Synced: 2024-04-29T22:06:14.765Z (9 months ago)
- Topics: parsing, pdf, pdf-parsing, py-pdf-parser
- Language: Python
- Homepage: https://py-pdf-parser.readthedocs.io/en/latest/
- Size: 1.28 MB
- Stars: 335
- Watchers: 6
- Forks: 41
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# 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).