ocrservice
Advanced tools
Comparing version 0.1.42 to 0.1.43
@@ -26,6 +26,6 @@ (function() { | ||
this.filename = filename; | ||
this.setBadPath = path.join(this.pathname, 'bad'); | ||
this.setGoodPath = path.join(this.pathname, 'good'); | ||
this.setNoAdressPath = path.join(this.pathname, 'noaddress'); | ||
this.setNoCodePath = path.join(this.pathname, 'nocode'); | ||
this.setBadPath(path.join(this.pathname, 'bad')); | ||
this.setGoodPath(path.join(this.pathname, 'good')); | ||
this.setNoAdressPath(path.join(this.pathname, 'noaddress')); | ||
this.setNoCodePath(path.join(this.pathname, 'nocode')); | ||
me = this; | ||
@@ -32,0 +32,0 @@ this.db = new DB(variables.OCR_DB_NAME, variables.OCR_DB_USER, variables.OCR_DB_PASSWORD, variables.OCR_DB_HOST); |
@@ -13,3 +13,3 @@ { | ||
}, | ||
"version": "0.1.42", | ||
"version": "0.1.43", | ||
"engines": { | ||
@@ -16,0 +16,0 @@ "node": ">=0.12.0" |
Sorry, the diff of this file is not supported yet
185161