UNPKG

sensible-api

Version:

Javascript SDK for Sensible, the developer-first platform for extracting structured data from documents so that you can build document-automation features into your SaaS products

24 lines (23 loc) 1.14 kB
{ "name": "sensible-api", "version": "0.0.11", "description": "Javascript SDK for Sensible, the developer-first platform for extracting structured data from documents so that you can build document-automation features into your SaaS products", "keywords": ["IDP","parsing","conversion","openai","processing","csv","excel","convert","json","LLMs","pdf","png","tiff","jpeg","doc","docx","document","text","data","extraction","extract","classification","classify","sensible","openapi","gpt-3","gpt-4","senseml","automation","sdk","query","document-processing"," intelligent-document-processing"," pdf-conversion"," pdf-extraction"," document-extraction"," pdf-crawler","pdf-parser","pdf-extract","pdf-to-data","document-data-extraction","document-automation","sensible-api"], "license": "MIT", "homepage": "https://github.com/sensible-hq/sensible-api-js", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "/dist" ], "scripts": { "build": "tsc" }, "author": "Sensible Technologies, Inc", "devDependencies": { "@types/node": "^20.6.3" }, "dependencies": { "got": "^11.8.5" } }