v0.11.6
Changed
- Upgrade
pdfminer.sixfrom20231228to20250327(3fcb493 + 12a73a2) - Use csv.QUOTE_MINIMAL for .to_csv(...) (980494a)
Fixed
- Fix bug with
use_text_flow=Truetext extraction (h/t @samuelbradshaw) (#1279 + e15ed98) - Catch exceptions from pdfminer and malformed PDFs (43ccc5b)
- More broadly handle RecursionError (748ff31)