Test in production without watermarks.
Works wherever you need it to.
Get 30 days of fully functional product.
Have it up and running in minutes.
Full access to our support engineering team during your product trial
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;
Install-Package IronOcr
Designed for C#, F#, & VB.NET running on .NET 10, 9, 8, 7, 6, 5, Core, Standard, or Framework
Your trial key should be in the email.
If it is not, please contact
support@ironsoftware.com
Accurate text extraction. Built for real-world documents. Works on Windows, Linux, macOS & cloud.
switch(faqQuestions)
{
case "Can I deploy my application using the library to Linux, macOS, or Windows, including Docker containers?": return "YES";
case "Can I render pixel-perfect PDFs from complex HTML5, CSS3, and JavaScript?": return "YES";
case "Is the library thread-safe for use in highly concurrent, multi-threaded server applications and APIs?": return "YES";
case "Can I set custom viewport dimensions and print media CSS to control responsive layouts?": return "YES";
case "Is IronPDF compatible with Azure Functions?": return "YES";
case "Can I permanently redact sensitive text and images from PDF documents?": return "YES";
case "Can I generate a PDF from a URL that requires authentication via custom headers, cookies, or form logins?": return "YES";
case "Can I access PDF DOM through ObjectModel property?": return "YES";
case "Can I programmatically fill, read, and flatten interactive AcroForm?": return "YES";
case "Does it support generating PDF/A and PDF/UA compliant documents for archiving and accessibility standards?": return "YES";
case "Can I secure a document with 256-bit AES password encryption and set user permissions?": return "YES";
case "Can I apply and verify digital signatures on a PDF using X.509 certificates?": return "YES";
case "Can I test IronPDF in my live project for free now?": return "YES, click here to start your 30-day free trial";
}
Can IronOCR convert raster image formats (JPEG, PNG, TIFF, BMP, GIF) into editable text via code?YES!
Are all 127 Tesseract language packs — including CJK, Cyrillic, and Arabic — supported and downloadable?YES!
Can multiple language packs be used together in a single OCR operation?YES!
Does the engine support image preprocessing (deskew, denoise, binarize, dilate) to improve scan quality?YES!
Is bounding box, confidence score, and coordinate data accessible for individual characters, words, lines, and paragraphs?YES!
Can results be exported to hOCR, XML, searchable PDFs, and plain text?YES!
Does it read directly from byte[] arrays and MemoryStream objects without requiring file paths?YES!
Can it process multi-page and password-protected scanned PDFs?YES!
Can specific crop regions or ROIs be defined for targeted, faster OCR?YES!
Does it detect and read barcodes and QR codes alongside text?YES!
Is it compatible with .NET Core, Standard, and Framework on Windows, Linux, Docker, and macOS?YES!
Can I test IronOCR in my live project for free now?YES! Click here to start your 30-day free trial