PaulFroh / bank-account-statement-parser

A simple program to transfer your bank statements into an excel file. The program can recognise and assign simple keywords in the transactions and offers a simple GUI to select the pdfs and excel file.
MIT License
0 stars 0 forks source link

Progress Bar for pdf parsing #20

Open PaulFroh opened 1 year ago

PaulFroh commented 1 year ago

Show a progress bar for the pdf parsing

PaulFroh commented 1 year ago

This requires a rewrite of the parsing execution. I think the code in the Methode execute parse must be moved in the GUI to track the progress of the parsing.