UNPKG

aamvajs

Version:

Parse Pdf417 barcode data from US and Canada driver licenses. AAMVA Parser

7 lines (6 loc) 158 B
export interface IDocumentSubfile { readonly type: string; readonly offset: number; readonly length: number; readonly data: string[]; }