Extract data from OCRed receipts
npm install @dexpenses/extract



Extract data from OCRed receipts
npm i @dexpenses/extract
or
yarn add @dexpenses/extract
Uses Array.prototype.flatMap which means a polyfill may be needed:
yarn add core-js
Then import 'core-js/modules/es.array.flat-map'; at some point.