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