ocr-space-api-wrapper
Advanced tools
Comparing version
@@ -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. |
6161
-0.39%