sensible-api
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -199,3 +199,3 @@ "use strict"; | ||
"status" in response && | ||
response.status !== "WAITING") { | ||
(response.status == "COMPLETE" || response.status == "FAILED")) { | ||
return [2 /*return*/, response]; | ||
@@ -202,0 +202,0 @@ } |
{ | ||
"name": "sensible-api", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"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", | ||
@@ -5,0 +5,0 @@ "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"], |
@@ -52,6 +52,7 @@ | ||
```node | ||
// if you paste in your key, like `SensibleSDK("1ac34b14")` then secure it in production | ||
const sensible = new SensibleSDK(YOUR_API_KEY); | ||
``` | ||
**Note:** Ensure you secure your API key in production, for example as a GitHub secret. | ||
**Note:** Secure your API key in production, for example as a GitHub secret. | ||
@@ -232,2 +233,3 @@ ## Quickstart | ||
// if you paste in your key, like `SensibleSDK("1ac34b14")` then secure it in production | ||
const sensible = new SensibleSDK(YOUR_API_KEY); | ||
@@ -234,0 +236,0 @@ const request = await sensible.classify({ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37110
251