UNPKG

@cityssm/bill-data-extract

Version:

Extracts data from scanned bill documents into usable details.

3 lines (2 loc) 233 B
export declare function trimToNumber(rawText: string, isMoneyWithTwoDecimalPlaces?: boolean): number | undefined; export declare function cleanNumberText(numberText: string, isMoneyWithTwoDecimalPlaces: boolean): number | undefined;