Skip to content

codezaur/BankStatementConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

BankStatementConverter

Converts PDF bank statements into CSV file. Can be useful for those working in accounting or finance, where multiple bank statements can be processed every month, oftentimes processed manually.

Personal project bank statement converter done with Python (Django) on backend and Javascript (Angular) on frontend. Done with some SEO optimization on frontend side, both generic like SSR, schema markup, meta tags and Angular specifi like ngSkipHydration or NgOptimizedImage.

Backend part done with few libraries for data processing. It extractes tabled from PDF document (transaction data are generally stored within tables), recognises if table actually has transaction data, and if yes, converts into csv.

Code is not exposed, for reasons I belive are obvious 😅

About

convert PDF bank statement into CSV file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published