Banks issue PDF statements that are difficult to process programmatically. This tool extracts every transaction from those PDFs, classifies each as a withdrawal or deposit, normalises dates, and ...
Qt 6 library that parses Chilean bank-statement PDFs into structured transactions through a Factory pattern. PDF text extraction is delegated to a small Python (pdfplumber) sidecar invoked through ...