HI WELCOME TO KANSIRIS

How to Extract Text From Image in C#

Leave a Comment
 Performing Optical Character Recognition (OCR) on an image is a complex task. This topic explains step by step that how to extract text from image in C# quickly and easily. By using Aspose.OCR for .NET you can simply read characters from image in C# in a few steps.Steps to Extract Text From Image in C#Use Aspose.OCR for .NET NuGet packageInclude Aspose.OCR namespace reference firstUse SetLicense method to apply Aspose licenseCreate an object of AsposeOcr Class instanceUse.

CRUD Operations in ASP.NET Core and SQL Server with Docker

Leave a Comment
 In this tutorial we will perform CRUD Operations in as ASP.NET Core Docker app with SQL Server as a backend. We will use Docker Compose for this so there will be 2 containers one running the ASP.NET Core app and other SQL Server 2019.Note that this setup is very useful for people who don’t want to install SQL Server on their PC and can save the licence money. The SQL Server 2019 image will be run from docker container and is just.