/ally_bank_statement_parser

A Haskell based Bank Statement Parser for Ally Bank Statements

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Ally Bank Statement Parser


Utilizing the pdf-toolbox Haskell library (https://hackage.haskell.org/package/pdf-toolbox-core) (https://github.com/Yuras/pdf-toolbox) this script allows you to parse through a Ally Bank statement PDF file.

see srs/main.hs

Quick Launch

$ ch src/
$ chmod +x server.hs
$ ./server.hs
Serving on http://localhost:8080

then go to http://localhost:8080/index.html from a browser, and anything you put into index.html should show up.

Building

Building with Stack

Building with NixOS