You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ocr-space-api-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ocr-space-api-wrapper - npm Package Compare versions

Comparing version

to
1.0.5

2

index.js

@@ -60,3 +60,3 @@ const fs = require('fs')

const response = await axios(request)
console.log(response.data)
// console.log(response.data)
return response.data

@@ -63,0 +63,0 @@ } catch (error) {

{
"name": "ocr-space-api-wrapper",
"version": "1.0.4",
"version": "1.0.5",
"description": "Node.js wrapper for ocr.space APIs.",

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

@@ -37,3 +37,3 @@ # OCR Space Node.js API wrapper

### `options` object
This param is an object with the following keys (any key must be `string`):
This param is an object with the following keys:
- `apiKey`: your API key for [ocr.space APIs](https://ocr.space/ocrapi).

@@ -40,0 +40,0 @@ - `ocrUrl`: a different URL for oce.space APIs, for example when you purchase the PRO plan.