UNPKG

nanonets

Version:

Node.js SDK for the Nanonets API: OCR, document extraction, and workflow automation.

30 lines (29 loc) 636 B
{ "name": "nanonets", "version": "2.0.1", "description": "Node.js SDK for the Nanonets API: OCR, document extraction, and workflow automation.", "main": "nanonets.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "ocr", "document-processing", "nanonets", "sdk", "api-client", "invoice", "table-extraction" ], "repository": { "type": "git", "url": "https://github.com/nanonets" }, "homepage": "https://nanonets.com", "author": "Nanonets", "license": "MIT", "dependencies": { "axios": "^1.0.0", "form-data": "^4.0.0" } }