Hi, thanks for reaching out. Can you clarify where you're seeing this requirement? Microsoft.Rest.clientRuntime package is not a prerequisite in the document or quickstart. Can you please elaborate and share a reference document? Thanks.
Microsoft.rest.clientRuntime nuget package dependancy error
oscar toohey
1
Reputation point
Hello
I'm trying to use the Microsoft Azure API for OCR. I am trying to use it in a RelativityOne program(c# application) which needs .NETFramework 4.6.2 or later. Microsoft.Rest.clientRuntime needs .NETFramework 4.6.0 or 4.6.1. When i try run this i get...
I'm assuming because i don't have the correct version of .NETFramwork but 4.6.1 is very old.
Is there a different way top call the Azure OCR API in C# without using this nuget package or is there a way to use both .NETFramworks?