feat(banking): PDF statement importer and overriding column mapping (backport #55559) (#55993)

This commit is contained in:
mergify[bot]
2026-06-16 21:08:43 +05:30
committed by GitHub
parent 78b7da1a44
commit 125bda95ed
19 changed files with 2238 additions and 420 deletions

View File

@@ -24,6 +24,11 @@ dependencies = [
# MT940 parser for bank statements
"mt-940>=4.26.0",
# PDF bank statement table extraction + page rasterization.
# Pulls pdfminer.six (parsing), Pillow, and pypdfium2 (render backend for
# Page.to_image) - all pure-Python wheels, no system binaries required.
"pdfplumber>=0.11.0",
]
[build-system]