library · inferred from evidence
azure-ai-documentintelligence
The Azure Document Intelligence SDK for Python.
- ResourceNotFoundError (404) with DocumentIntelligenceClient
404 ResourceNotFoundError with DocumentIntelligenceClient is usually the region: not all regions support Document Intelligence. Redeploy the resource in a supported region (East US worked for multiple reporters; Central US and North Central
- Disabling SSL verification in the Azure Document Intelligence client
Pass `connection_verify=False` when creating the client: `DocumentIntelligenceClient(endpoint=..., credential=..., connection_verify=False)`. This is documented in the azure-core configuration options and was confirmed by the Azure SDK main