UNPKG

invoice-extractor

Version:

Automate and extract information from hundreds of invoices on pdf to a csv file with a single script

11 lines (10 loc) 187 B
export type Supplier={ name:string, invoiceLine: string, invoice:RegExp, dateLine: string, date:RegExp, totalLine:string, total:RegExp, currency:string | null }