Skip to content

Releases: jstockwin/py-pdf-parser

v0.13.0

Choose a tag to compare

@paulopaixaoamaral paulopaixaoamaral released this 23 Jul 12:03
6aa4003

[0.13.0] - 2024-07-23

Added

  • Added extra filtering methods for ElementList
  • Make sure tests and docs are not included in binary distribution wheels (PyPi) and source distribution (sdist).

v0.12.0

Choose a tag to compare

@jstockwin jstockwin released this 10 Nov 17:21
b5c6a24

[0.12.0] - 2023-11-10

Added

  • Added support for opening password protected files (#350)

v0.11.0

Choose a tag to compare

@jstockwin jstockwin released this 07 Aug 18:33
9aa1602

[0.11.0] - 2023-08-07

Changed

  • Various dependency updates
  • PyPI releases now use Trusted Publishers

Fixed

  • Fixed typo in docs (#361)

v0.10.2

Choose a tag to compare

@jstockwin jstockwin released this 07 Nov 17:35
206622b

[0.10.2] - 2022-11-07

Changed

  • Various dependency updates
  • Removed unused PyYAML dependency (#262)

v0.10.1

Choose a tag to compare

@jstockwin jstockwin released this 12 Oct 15:11
cec729d

Fixed

  • The visualise function properly uses the elements parameter in order to filter visualised elements. (#256)

Changed

  • Various dependency updates

v0.10.0

Choose a tag to compare

@jstockwin jstockwin released this 01 Jul 13:52
e21ed05

Changed

  • [BREAKING] Changes from using pyqt5 to using tkinter for the visualise tool. This
    means we don't need the python3-dev as a requirement, and seems to solve endless
    issues with pyqt5 not finding the correct qt bindings. This is a potential breaking
    change, although the visualise tool is only in the development version. No code
    changes are needed, but you will need tkinter installed for visualise to still work.
  • Changed python version from 3.6 to 3.8 in .readthedocs.yml.

v0.9.0

Choose a tag to compare

@jstockwin jstockwin released this 09 Jun 08:48
0fa3f66

Changed

  • Various dependency updates (matplotlib, pyqt5)
  • Removed all but the tests dockerfile for simplicity. Use Docker BuildKit. We will no longer be pushing images to DockerHub on release. (#203)

v0.8.0

Choose a tag to compare

@jstockwin jstockwin released this 13 May 08:07
80d1c98

Changed

  • Various dependency updates
  • Updated CI to avoid login issue (#182)

v0.7.0

Choose a tag to compare

@jstockwin jstockwin released this 15 Jan 13:12
4725b55

Changed

  • Ensure we only accept LTTextBoxes at the top level (not LTTextLines) (#155)

v0.6.0

Choose a tag to compare

@jstockwin jstockwin released this 11 Dec 14:36
94ad482

Added

  • Enabled dependabot which should help to keep packages up to date (#124)

Changes

  • Various dependency updates

Fixed

  • Fixed a typo in simple memo example in the documentation. (#121)