Ask HN: How to Parse and Process BofA Statements?
I have previously seen some discussions on HN where folks have shared open-source or personally-developed solutions to parse reports and statements from various financial institutions.
I need to parse and visualize statements over last few years and see the trends of spending. The statements are available only as PDF now. Is there any way to do this?
Appreciate all pointers!
4 comments
[ 4.5 ms ] story [ 23.0 ms ] threadMy bank offers CSV downloads of the same data. Look for that first! :)
Maybe crop your person data out of the pdf's using some script.. then use mechanical turk or some other piece work service to get your data typed in.
Or try OCR.
But one can burn quantities of time trying to extract useful information from PDFs, with small results. I wish you luck.