Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@azure-rest/ai-document-intelligence

Package Overview
Dependencies
Maintainers
0
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azure-rest/ai-document-intelligence - npm Package Compare versions

Comparing version 1.0.0-alpha.20250103.1 to 1.0.0-alpha.20250103.2

2

package.json
{
"name": "@azure-rest/ai-document-intelligence",
"version": "1.0.0-alpha.20250103.1",
"version": "1.0.0-alpha.20250103.2",
"description": "Document Intelligence Rest Client",

@@ -5,0 +5,0 @@ "engines": {

@@ -131,3 +131,3 @@ # Azure DocumentIntelligence (formerly FormRecognizer) REST client library for JavaScript

getLongRunningPoller,
AnalyzeResultOperationOutput,
AnalyzeOperationOutput,
isUnexpected,

@@ -140,3 +140,3 @@ } from "@azure-rest/ai-document-intelligence";

const poller = getLongRunningPoller(client, initialResponse);
const result = (await poller.pollUntilDone()).body as AnalyzeResultOperationOutput;
const result = (await poller.pollUntilDone()).body as AnalyzeOperationOutput;
console.log(result);

@@ -370,3 +370,3 @@ // {

const result = (await poller.pollUntilDone()).body as AnalyzeResultOperationOutput;
const result = (await poller.pollUntilDone()).body as AnalyzeOperationOutput;
const figures = result.analyzeResult?.figures;

@@ -373,0 +373,0 @@ assert.isArray(figures);

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc