Releases: dhdaines/paves
PAVÉS 0.7.0: Table detection, text cells, and great speedups, oh my
What's Changed
- Tables and text, oh my! by @dhdaines in #13
- Make tables 60-100x faster with PLAYA-PDF 0.7.0 and its good page.structure by @dhdaines in #14
Full Changelog: v0.6.1...v0.7.0
PAVÉS v0.6.1: Bug fixes and PLAYA-PDF update
What's Changed
- fix: correct pdfium() on playa.Document created from file by @dhdaines in #11
- feat: generalize show/mark to anything with a bbox by @dhdaines in #12
- require PLAYA-PDF 0.6.1 for an important stream length fix
Full Changelog: v0.6.0...v0.6.1
PAVÉS v0.6.0: Update to PLAYA-PDF 0.6.0
But not just that! Also colormaps! And slightly better support for logical structure (more of this coming, eventually)
What's Changed
Full Changelog: v0.5.0...v0.6.0
PAVÉS v0.5.0: Update to PLAYA 0.5.0
PAVÉS v0.4.1: Minor updates
- Correct type annotations for image stuff
- Allow passing just a single element/object to
pi.box
andpi.mark
Full Changelog: v0.4.0...v0.4.1
PAVÉS v0.4.0: More boxes!
PLAYA-PDF 0.3 has been released (by... me) which means only one thing:
More boxes!
Do you like boxes? You get a box! You get a box! You get a box!
See the README for more info... and more boxes!
What's Changed
Full Changelog: v0.3.3...v0.4.0
PAVÉS v0.3.3: Oops!
It seems we were missing a py.typed file. Add this quickly...
PAVÉS v0.3.2: More of a drop-in replacement for pdfminer
This enables a very lightweight port of pdfplumber to PAVÉS by adding various support classes and functions.
Also has some minimal visualization, which will be improved shortly.
And fixes a kind of serious bug in marked content section support for pdfminer emulation (not that you cared, since pdfminer didn't actually support marked content sections...)
PAVÉS v0.3.1: Speed up parallel execution with new PLAYA-PDF
What's Changed
Full Changelog: v0.3...v0.3.1