ocr-command-line-tool
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "ocr-command-line-tool", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Scan images on CLI", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -23,3 +23,3 @@ # OCR Command Line Tool | ||
```js | ||
const ocrCommandLineTool = require("./index.js").ocr | ||
const ocrCommandLineTool = require("ocr-command-line-tool").ocr | ||
async function getText (imagepath) { | ||
@@ -26,0 +26,0 @@ var mytext = await ocrCommandLineTool(imagepath) |
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
42773
7