Parse a German bank statement PDF
parse_bank_statementExtract structured transactions from German bank statement PDFs, including IBAN, period, balances, and proof-calculation validation.
Instructions
Parses a German bank statement PDF (currently: SumUp account statements) into structured transactions. Returns statement header data (IBAN, period, balances), the number of transactions, proof-calculation validation checks (parsed sums must match the statement's own header totals), and the transactions themselves (truncated above 500 – use export_bank_statement_csv for the full data). More bank formats: https://kontozack.de
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the bank statement PDF |