Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am trying to hit form recognizer end point and seeing the below error
"Internal: Unexpected error The underlying connection was closed"
I am using Form recognizer skill from BluePrism VBO
This could be a TLS version issue. Can you add the following line of code as suggested here?
System.Net.ServicePointManager.SecurityProtocol = System.Net.SecurityProtocolType.Tls12;