/goscon

Converts Bank Statement(PDF) to desired structured formats

Primary LanguageGoMIT LicenseMIT

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