mirror of
https://github.com/jsvine/pdfplumber.git
synced 2026-08-30 00:50:24 +08:00
c4e1b294bb
Any `text_`-prefixed table extraction setting now automatically gets passed to `.extract_text(...)` via `table.extract(...)`. This introduces one minor but breaking change, which is that `keep_blank_chars` (previously, a valid table extraction setting) now needs to be passed as `text_keep_blank_chars`.