79483695

Date: 2025-03-04 12:28:08
Score: 0.5
Natty:
Report link

async client not support poller.status() and poller.done()

you have to use this

from azure.ai.documentintelligence import DocumentIntelligenceClient

not below

from azure.ai.documentintelligence.aio import DocumentIntelligenceClient
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: harufumi.abe