Document Intelligence pollUntilDone Stalling

Mason 0 Reputation points
2024-04-24T16:28:25.24+00:00

The Document Intelligence extraction via pollUntilDone() was working fine yesterday, however around an hour ago when I tried calling pollUntilDown I'm experience an extremely long stall, which I suspect to be an Azure issue, but hasn't seen any updates since.

Currently validating client with

import { AzureKeyCredential, DocumentAnalysisClient } from '@azure/ai-form-recognizer'
this.azureClient = new DocumentAnalysisClient(
    config.azureOcrUrl,
    new AzureKeyCredential(config.azureOcrKey)
)

where azureOcrUrl and azureOcrKey are confirmed to be correct. Generated a const poller via calling DocumentAnalysisClient on this.azureClient with no errors at all, but stall when doing await poller.pollUntilDone.

Please advice.

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,389 questions
{count} votes