Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ocr-command-line-tool

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ocr-command-line-tool - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

4

index.js

@@ -6,3 +6,3 @@ const Tesseract = require('tesseract.js')

const load = loading("loading text!!").start()
load.frame(["\\", "|", "/", "–",]);
load.frame(["\\", "|", "/", "–"]);
load.color = 'yellow';

@@ -17,5 +17,7 @@ load.text = ' Loading';

await fs.writeFile(y, text, function (err) {});
await fs.unlinkSync('eng.traineddata')
console.log("\nSuccessfully wrote to file.");
} else {
console.log("\n")
await fs.unlinkSync('eng.traineddata')
return text

@@ -22,0 +24,0 @@ }

{
"name": "ocr-command-line-tool",
"version": "1.0.5",
"version": "1.0.6",
"description": "Scan images on CLI",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc