1.0.1 • Published 11 years ago

docparse-supplier-nga v1.0.1

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

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

Build Status Dependency Status 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