Azure Computer Vision OCR into WebSite C#

Barbara Penati 1 Reputation point
2022-09-12T10:18:49.437+00:00

Hi,
Can I use Azure Cognitive Services Computer Vision sdk into my website c# project?

Thanks for your answer,
B

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,766 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Stuart Dobson 16 Reputation points
    2022-09-12T22:36:54.607+00:00

    Hi B,

    If you mean a Web App project, then yes, the Computer Vision SDK can be used.

    You can start by adding the Nuget package Microsoft.Azure.CognitiveServices.Vision.ComputerVision. Once you have this reference you can use the SDK in your web app.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.