Releases: dhdaines/paves
Releases · dhdaines/paves
v0.3: Another much better release
v0.2: First real release
What's Changed
- Implement a mostly pdfminer.six-compatible layout analyzer by @dhdaines in #1
- Move
paves.playa
topaves.bears
and use parallel computation there - Sort of document stuff
Full Changelog: v0.1...v0.2
PAVÉS 0.1: Initial release
This doesn't do a whole lot except replicate playa.page.Page.layout
(for which it will become the authoritative location) but more stuff is planned, quite specifically an emulation of pdfminer.layout.LayoutAnalyzer
and friends.