-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
33 lines (33 loc) · 869 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "ocr-space-api-alt",
"version": "1.4.0",
"description": "Fork of Dennnisk's original ocr-space-api with added support for PDF uploading. Provides an easy way to send images to the ocr.space API and get the OCR Result",
"main": "lib/ocrSpaceApi.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SippieCup/ocr-space-api-alt.git"
},
"keywords": [
"ocr",
"api",
"ocr-space",
"space",
"ocr-space-api",
"ocr-free"
],
"author": "Andrew Sidhu @SippieCup",
"contributors": [
"Dennnisk"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/SippieCup/ocr-space-api-alt/issues"
},
"homepage": "https://github.com/sippieCup/ocr-space-api-alt#readme",
"dependencies": {
"request": "^2.81.0"
}
}