Hey there – I recently built a bank statement convertor app that takes in bank statement PDFs and converts them to CSV!
(sample PDF available here)
Features:
- PDF files are stored in memory (not disk) for greater security
- Tries to detect the type of statement/bank automatically, otherwise uses a generic parser to extract transactions
- Raises warnings if there are potential missing transactions
- Supports encrypted files & allows multiple files to be uploaded at once
There’s also an offline app here that I built with Tauri if you want a more secure environment.
Would appreciate any feedback or thoughts