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.6 to 1.0.7

example.txt

2

package.json
{
"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)

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