ocr-space-api-wrapper
Advanced tools
Comparing version
@@ -60,3 +60,5 @@ const fs = require('fs') | ||
}, | ||
data | ||
data, | ||
maxContentLength: Infinity, | ||
maxBodyLength: Infinity | ||
} | ||
@@ -63,0 +65,0 @@ const response = await axios(request) |
{ | ||
"name": "ocr-space-api-wrapper", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Node.js wrapper for ocr.space APIs.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -40,3 +40,3 @@ # OCR Space Node.js API wrapper | ||
- `ocrUrl`: a different URL for oce.space APIs, for example when you purchase the PRO plan. | ||
- All other params as documented in the [official website](https://ocr.space/OCRAPI#Response). | ||
- All other params as documented in the [official website](https://ocr.space/OCRAPI#PostParameters). | ||
@@ -43,0 +43,0 @@ ## Response |
5997
1.2%84
2.44%