ocrservice
Advanced tools
Comparing version 0.1.56 to 0.1.57
@@ -164,3 +164,3 @@ (function() { | ||
name = (new Date()).getTime(); | ||
fs.rename(file, path.join(code, name + path.extname(filename)), function(err) { | ||
fs.rename(filename, path.join(code, name + path.extname(filename)), function(err) { | ||
return process.exit(); | ||
@@ -167,0 +167,0 @@ }); |
@@ -14,3 +14,3 @@ { | ||
}, | ||
"version": "0.1.56", | ||
"version": "0.1.57", | ||
"engines": { | ||
@@ -17,0 +17,0 @@ "node": ">=0.12.0" |
@@ -11,3 +11,3 @@ [ | ||
"OCR_TEXT_CANNY_THRESH_HIGH": 155, | ||
"OCR_TEXT_NITERS": 180, | ||
"OCR_TEXT_NITERS": 80, | ||
"OCR_CROPPED_ROTATION": 0 | ||
@@ -14,0 +14,0 @@ }, |
Sorry, the diff of this file is not supported yet
212350