Bank statement PDF → transactions + reconciliation check
extract_statementTurn a bank statement or transaction PDF into a clean transaction table (JSON + CSV), then cross-check it: opening + credits - debits must equal the stated closing balance. If it does not balance you get the exact difference and which row the running balance first breaks at — so you know whether the table is safe to use for accounting. Text-layer PDFs only (scanned images not yet supported).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public URL of the statement PDF. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||