ocr-command-line-tool
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -16,3 +16,3 @@ const Tesseract = require('tesseract.js') | ||
await fs.writeFile(y, text, function (err) {}); | ||
console.log("Successfully wrote to file."); | ||
console.log("\nSuccessfully wrote to file."); | ||
} else { | ||
@@ -19,0 +19,0 @@ console.log("\n") |
{ | ||
"name": "ocr-command-line-tool", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Scan images on CLI", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42644