docparse-supplier-nga
v1.0.1
Published
'Handle scraped data from the Ngrid Gas website as well as the ocr text from scanned Ngrid Gas bills. Ngrid Gas uses the *supplier_code* **NGA** in the Docparse system'
Downloads
6
Readme
Docparse Ngrid Gas (NGA)
Handle scraped data from the Ngrid Gas website as well as the ocr text from scanned Ngrid Gas bills. Ngrid Gas uses the supplier_code NGA in the Docparse system
Dependency tracking by David
Usage
// the module
var nga = require('docparse-supplier-nga')
// parse an upload
nga.parseUpload(parseData, cb);
// process new scraper data
nga.scraperProcessData(scraperData,cb);
Installation
npm install docparse-supplier-nga