Menu
C# – Solid principles with C# examples

C# – Solid principles with C# examples

Solid principles are a set of design principles that help developers create maintainable, scalable, and flexible software. Regardless of the programming language you use, SOLID will help you write more liner, maintainable, extendable code.

C# – Using Tesseract to extract identity details from a photo (Passport, Driving License, etc.)

C# – Using Tesseract to extract identity details from a photo (Passport, Driving License, etc.)

Lets see how we can use Tesseract to extract information from a scanned image or photo of an ID document.