PDF Statements to CSV

Customer: AI | Published: 23.11.2025

I have two separate sets of bank statements in PDF plus a handful of supporting screenshots. I need every transaction captured and delivered in a single, clean comma-separated CSV. Fields required • Transaction date • Transaction description • Transaction amount Please preserve the original order, keep negative values intact, and format dates as DD/MM/YYYY (or the source format if different—just stay consistent). If a line is unreadable, flag it in a short notes column; otherwise no extra columns are needed. Screenshots contain the same three fields. Merge that data into the same CSV so the final file is a complete, de-duplicated record of all transactions. Accuracy is more important than speed, but I would like the file within 24 hours if possible. Feel free to use OCR, Python, Excel, or manual entry—whatever produces a 100 % correct result. Deliverables 1. Final CSV (comma-separated) 2. Optional script or step-by-step notes so I can replicate the process later (helpful but not mandatory). Let me know your proposed approach and estimated turnaround time.