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
|
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
|
e8fd841c6b
|
Change get_text -> extract_text, for symmetry
|
2016-03-06 20:24:02 -05:00 |
|
Jeremy Singer-Vine
|
1b861b9f1c
|
Rename collate_chars -> get_text
collate_chars still available, to avoid breaking scripts that use it.
|
2016-03-06 19:07:38 -05:00 |
|
Jeremy Singer-Vine
|
f47fee85be
|
Update NICS example to use extract_table
... instead of `utils` methods.
|
2016-03-06 18:30:41 -05:00 |
|