py-pdf-parser icon indicating copy to clipboard operation
py-pdf-parser copied to clipboard

A Python tool to help extracting information from structured PDFs.

Results 31 py-pdf-parser issues
Sort by recently updated
recently updated
newest added

Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.5.1 to 3.7.1. Release notes Sourced from matplotlib's releases. REL: v3.7.1 This is the first bugfix release of the 3.7.x series. This release contains several bug-fixes and...

dependencies
python

Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.0.0 to 1.2.0. Changelog Sourced from sphinx-rtd-theme's changelog. 1.2.0 Dependency changes docutils 0.18 is supported. (#1381) Sphinx 6 support added Added sphinxcontrib-jquery as a dependency (#1385 #1421)...

dependencies
python

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.1.1 to 4.0.0. Release notes Sourced from docker/build-push-action's releases. v4.0.0 Warning Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform...

dependencies
github_actions

Bumps [shapely](https://github.com/shapely/shapely) from 1.8.2 to 2.0.1. Release notes Sourced from shapely's releases. 2.0.1 Bug fixes: Fix regression in the Polygon() constructor taking a sequence of Points (#1662). Fix regression in...

dependencies
python

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.2.3 to 6.1.3. Release notes Sourced from sphinx's releases. v6.1.3 Changelog: https://www.sphinx-doc.org/en/master/changes.html v6.1.2 Changelog: https://www.sphinx-doc.org/en/master/changes.html v6.1.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html v6.1.0 Changelog: https://www.sphinx-doc.org/en/master/changes.html v6.0.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html v6.0.0 Changelog: https://www.sphinx-doc.org/en/master/changes.html...

dependencies
python

Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.2.0 to 9.4.0. Release notes Sourced from pillow's releases. 9.4.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.4.0.html Changes Updated copyright year #6845 [@​radarhere] Fixed null pointer dereference crash with malformed font #6846 [@​radarhere]...

dependencies
python

**Question** I'm trying to run the lint process but I'm getting this error: ```sh ➜ py-pdf-parser git:(mater) docker-compose run --rm lint (root) Additional property docs-autobuild is not allowed ``` There...

question

**Description** Implement methods from #384 **Linked issues** Closes #384 **Testing** Unit tests have been added **Checklist** - [x] I have provided a good description of the change above - [x]...

**Feature Request - methods to add to ElementList** ```py # Filter elements based on a custom filter passed into the method ElementList.filter(predicate: Callable[[PDFElement], bool]) -> ElementList # Filter elements based...

enhancement

**Bug Report** Py PDF Parser tests are included in the wheel file uploaded to PyPi and are distributed to users when they download. Downloading and inspecting [py-pdf-parser-0.12.0.tar.gz](https://files.pythonhosted.org/packages/9d/87/83f7d9b9571995887dfdc8b3f0d29db6f956c4f6eef30584f70705803540/py-pdf-parser-0.12.0.tar.gz) will reveal this....

bug