ocr-space-api-wrapper
Version:
Node.js wrapper for ocr.space APIs.
45 lines (44 loc) • 1.09 kB
JSON
{
"name": "ocr-space-api-wrapper",
"version": "2.4.1",
"description": "Node.js wrapper for ocr.space APIs.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"lint": "eslint ./",
"test": "nyc mocha --timeout 60000 --bail",
"coverage": "nyc --reporter=lcov --reporter=text mocha --timeout 60000 --bail"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DavideViolante/ocr-space-api-wrapper.git"
},
"keywords": [
"ocr",
"ocr-space",
"api",
"ocr api",
"wrapper",
"nodejs",
"optical character recognition",
"pdf",
"image"
],
"author": "Davide Violante",
"license": "MIT",
"bugs": {
"url": "https://github.com/DavideViolante/ocr-space-api-wrapper/issues"
},
"homepage": "https://github.com/DavideViolante/ocr-space-api-wrapper#readme",
"dependencies": {
"axios": "~0.30.0",
"form-data": "^4.0.3"
},
"devDependencies": {
"eslint": "^8.57.1",
"eslint-config-google": "^0.14.0",
"husky": "^9.1.7",
"mocha": "^11.7.1",
"nyc": "^17.1.0"
}
}