using IronOcr;
var ocr = new IronTesseract();
using var input = new OcrInput();
input.LoadImage("attachment.png");
input.LoadPdf("report.pdf");
OcrResult result = ocr.Read(input);
string text = result.Text;
Designed for C#, F#, & VB.NET running on .NET 9, 8, 7, 6, Core, Standard, or Framework
.NET Languages:
C#, VB.NET, F#
App Types:
Console, Web, & Desktop
Platforms:
.NET 9, 8, 7, 6 & 5
.NET Standard 2
.NET Framework 4.6.2+
Operating Systems:
.NET 9, 8, 7, 6 & 5
macOs
Linux
Docker
Azure
AWS
IDEs:
Microsoft Visual Studio
Jetbrains ReSharper & Rider
Binary Certification
Microsoft Authenticode
A C# OCR Library that prioritizes accuracy, ease of use, and speed.
IronOCR is the leading C# OCR library, offering superior text extraction from images and PDFs compared to Tesseract. Its user-friendly API enables developers to implement OCR in their .NET projects within minutes.
Tesseract OCR in the language you need. We support 127+.