Versions in this module Expand all Collapse all v0 v0.1.0 Mar 31, 2026 Changes in this version + const ExitFailure + const ExitSuccess + func ExtractorFactory(bankType BankType) (pdfcardsummaryio.Extractor, error) + func Run(rawArgs []string, stderr io.Writer) int + type Args struct + Bank BankType + JoinCSV *string + PDFs []string + func ParseArgs(rawArgs []string) (Args, error) + func (a Args) Validate() error + type BankType string + var Santander BankType = "santander" + var VisaPrisma BankType = "visa-prisma"