goozt / goscon

Converts Bank Statement(PDF) to desired structured formats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Converts Bank Statement(PDF) to desired structured formats

License:MIT License


Languages

Language:Go 100.0%