Documentation
¶
Index ¶
Constants ¶
View Source
const ( ExitSuccess = 0 ExitFailure = 1 )
Variables ¶
This section is empty.
Functions ¶
func ExtractorFactory ¶
func ExtractorFactory(bankType BankType) (pdfcardsummaryio.Extractor, error)
ExtractorFactory creates a new PDF card summary extractor based on the bank type.
Types ¶
type Args ¶
type Args struct {
Bank BankType `arg:"-b,--bank,required" help:"Bank type (santander or visa-prisma)"`
PDFs []string `arg:"positional,required" help:"List of PDF files to parse"`
JoinCSV *string `` /* 224-byte string literal not displayed */
}
Args defines the command line arguments.
Click to show internal directories.
Click to hide internal directories.