Cover Page

Tesseract For OCR

Tesseract OCR is one of the most popular open-source OCR libraries for text Extraction from image. It supports a wide range of languages and can recognize text from various image formats.

June 2024 · 4 min · 689 words · PrashantUnity
Cover Page

Window Media OCR library For OCR

Windows Media OCR, extracted from Microsoft's PowerToys repository, provides a powerful solution for text recognition by leveraging the capabilities of the Windows operating system. In this blog, we'll guide you through setting up and using Windows Media OCR in your projects.

June 2024 · 2 min · 339 words · PrashantUnity
Download Logo

Install SDK and IDE | Chapter 1

Prerequisite For Development using C# Programming Language

June 2024 · 1 min · 136 words · PrashantUnity
Download Logo

Hello World PolyGLot NoteBook| Chapter 2

Write First Program in C# using PolyGLot NoteBook

June 2024 · 1 min · 150 words · PrashantUnity
Download Logo

Hello World Terminal(CLI) | Chapter 2

Write First Program in C# using Terminal(CLI)

June 2024 · 2 min · 256 words · PrashantUnity
Download Logo

Hello World Visual Studio | Chapter 2

Write First Program in C# using Visual Studio Community Edition (Free)

June 2024 · 2 min · 248 words · PrashantUnity
Download Logo

Getting Started with Basic C# Concepts | Chapter 3

Welcome to this introductory post on fundamental C# programming concepts. Understanding the basics is crucial. This Post cover how to use comments, declare variables, understand data types, and handle user input and output.

June 2024 · 3 min · 461 words · PrashantUnity
Download Logo

Mathematical Operation in C# | Chapter 4

In this post we will look into how mathematical Operation Work in c#

June 2024 · 2 min · 417 words · PrashantUnity
Download Logo

String in C# | Chapter 5

A string is an object of type String whose value is text. Internally, the text is stored as a sequential read-only collection of Char objects.

June 2024 · 3 min · 633 words · PrashantUnity
Download Logo

GisCus In Blazor

How To Use Giscus For Commenting in Blazor Project

July 2024 · 2 min · 419 words · PrashantUnity