Skip to content
/ goscon Public

Converts Bank Statement(PDF) to desired structured formats

License

Notifications You must be signed in to change notification settings

goozt/goscon

Repository files navigation

Statement Converter

Go Reference goscon release Go Report Card GitHub go.mod Go version GoDoc reference example GoDoc reference example

Note: Support only HDFC Bank statement files in digital format. JSON is not supported yet. Only PDF to CSV supported.

How to use?

There are 2 ways to use.

  1. Use pre-built binary from here.

  2. Use module by importing github.com/goozt/goscon in your go program.

To get help on running the sample program, use following command.

go run ./sample/main.go help