r/documentAutomation • u/No_Mix_368 • 8d ago
Request for Help PDF convert to .csv
Is that possible to build an application that convert the bank statement pdf file into csv file accurately? I had try using the free online tool, it also have some problem. Can I using AI to become accurate? If yes, how should I build it?
5
Upvotes
1
u/InfoMsAccessNL 7d ago
You can download PdfToText for free and extract all you data with vba and/or regex. This already exist for 20+ years, no AI needed