UNPKG

statement-parser-fab

Version:

Parse bank and credit card statements. Updated fork with FAB (First Abu Dhabi Bank) support and maintained dependencies.

5 lines (4 loc) 286 B
import { PDFDocumentProxy } from 'pdfjs-dist/types/src/display/api'; export declare function readPdf(path: string): Promise<string[][]>; export declare function getPdfDocument(path: string): Promise<PDFDocumentProxy>; export declare function checkThatPdfExists(filePath: string): void;