Version 2023.8 released See what’s new
Images to Text with OCRSee All 24 Code Examples
using IronOcr;
var ocr = new IronTesseract();
using (var input = new OcrInput())
{
input.AddImage("attachment.png");
input.AddPdf("report.pdf");
OcrResult result = ocr.Read(input);
string text = result.Text;
}
Install-Package IronOcr
Explore the code, install IronOCR with NuGet
Designed for C#, F#, & VB.NET running on .NET 7, 6, 5, Core, Standard, or Framewor
IronOCR is the leading C# OCR library for reading text from images and PDFs. Its user friendly API allows developers to have OCR up and running in their .NET projects in minutes.
IronOCR Release Version 2023.8
Features & Upgrades
See what’s new
.NET Languages:
Platforms:
App types:
Operating Systems:
IDEs
Certification
Underlying OCR Engine
International Languages
Text and Barcode Reading
Specialist Documents
Concurrency
Computer Vision:
Read from Many Formats:
Filters:
Apply a Crop Region:
Simple Data Output:
Structured Data Output:
Export Documents:
Highlight Text and Save:
Status and Analytics:
We developed IronOCR to fill a market need, and it’s excelled as one of our leading products. Today we are continually shipping new feature requests, driven by community demand.
We actively work with Google’s latest Tesseract technology to drive stability and high accuracy. This ensures our customers are benefiting from the cutting edge OCR reading engine.
Our monthly releases see IronOCR continually prove its worth, and drive our mission to help end users move the .NET language forward.
We know IronOCR is one of the top choices developers make¹. To cement IronOCR as the leading product of its kind we are applying the latest technology to improve image filters, computer vision and machine learning.
Our next epic will be to launch IronOCR for multiple programming languages.
¹Based on a customer survey conducted in June 2022.
Aug 1 2023
Version 2023.8.34
Features & Upgrades
NuGet Gallery | IronOcr 2023.8.34