Commit Graph

6 Commits

Author SHA1 Message Date
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
Jeremy Singer-Vine 8a9191bcae Add utils section to README and example notebook 2016-02-20 19:42:37 -05:00
Jeremy Singer-Vine 52529d4ee7 Add CLI, add pandas req, change object type names 2015-12-17 22:15:26 -05:00