I installed and ran the Document Intelligence Containers as specified in https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence/containers/install-run?view=doc-intel-3.0.0&preserve-view=true&tabs=read
I trained a model using Document Intelligence Studio and could test it from there.
I am trying to use the Document Intelligence SDK to use DocumentAnalysisClient to analyze the documents using the model. (https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence/sdk-overview-v3-0?view=doc-intel-3.0.0&viewFallbackFrom=doc-intel-4.0.0&tabs=csharp)
DocumentAnalysisClient requires APIKey and endpoint for authentication which is not available for containers.
What should I do to run the Document Intelligence SDK for containers? Are there value to use for endpoint and APIKey for this case?
user25277251 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.