Skip to content

v0.5.27

Compare
Choose a tag to compare
@jsvine jsvine released this 28 Feb 19:37
· 366 commits to stable since this release

From CHANGELOG.md:

Fixed

  • Fix regression (introduced in 0.5.26/b1849f4) in closing files opened by PDF.open
  • Reinstate access to higher-level layout objects (such as textboxhorizontal) when laparams is passed to pdfplumber.open(...). Had been removed in 0.5.24 via 1f87898. (#359 + #364)

Development Changes

  • Add a python setup.py build sdist test to main GitHub action. (#365)