Jeremy Singer-Vine
|
6c2e474490
|
Update pdfminer.six/pillow reqs & bump to v0.5.15
|
2020-01-05 21:33:49 -05:00 |
|
Jeremy Singer-Vine
|
6f70d0937a
|
Add support for parsing password-protected PDFs
Thanks to @nikhilbhawsinka for raising the question in
https://github.com/jsvine/pdfplumber/issues/101
Test PDF via https://www.novapdf.com/pdf-example-files-created-with-novapdf-kb.html
|
2019-04-14 23:19:16 -04:00 |
|
Jeremy Singer-Vine
|
955b126b80
|
v0.5.0
- Completely overhauls the approach to table extraction.
- Adds visual debugging.
- See CHANGELOG.md for details.
|
2017-02-25 13:30:50 -05:00 |
|
Jeremy Singer-Vine
|
648354ac62
|
Switch core page ID from .pageid to .page_number
Also: Change "pageid" to "page_id". "pageid" was inherited from
pdfminer, but "page_id" is easier to read.
h/t @jsfenfen
|
2016-04-23 21:21:42 -04:00 |
|
Jeremy Singer-Vine
|
34197f7d6d
|
Rename .from_path->.open (keeping former as alias)
Enables idiomatic-ish treatment, e.g.:
with pdfplumber.open(path) as pdf:
[do things]
|
2016-03-09 07:25:46 -05:00 |
|
Jeremy Singer-Vine
|
e51118ccfa
|
Ensure that Page subclasses have necessary attrs
|
2016-03-08 10:15:26 -05:00 |
|
Jeremy Singer-Vine
|
c0e6979a98
|
Add test for very basic things
|
2016-03-06 11:41:48 -05:00 |
|