Extracting Text from Images with Azure Cognitive Services

In this Azure article, we will discuss How to Extract Text from an Image Using Azure Cognitive Services, we will also see a few other topics like Azure Cognitive Services Read Text from Images with Hand-written text and Create Azure Cognitive Service using Azure Portal. We will perform the below steps to demonstrate the functionality. … Read more

Level Up API Authentication with JWT Refresh Tokens in ASP.NET CORE and Angular

In this article, will see how can we refresh JWT Token in Asp.Net Core Web API, once the access token is expired.We will see how the token works and how the refresh token re-authenticates the user. Let’s start with JWT Token Definition What is JWT Token? In the world of web applications, a JWT (JSON … Read more