September 29, 2025How to Create a .NET OCR SDK with IronOCRCreate powerful OCR solutions with IronOCR's .NET SDK. Simple API, enterprise features, and cross-platform support for document processing applications.Read More
September 29, 2025How to Integrate OCR in C# GitHub Projects with IronOCROCR C# GitHub tutorial: Implement text recognition in your GitHub projects using IronOCR. Includes code samples and version control tips.Read More
September 25, 2025How to Choose the Best OCR Library in C#It can be challenging to determine the best OCR library for your project. Some libraries focus on enterprise-grade OCR capabilities and high OCR accuracyRead More
September 15, 2025How to Save Results as hOCR in an HTML File | IronOCRDiscover how to export OCR results as hOCR in HTML using IronOCR for .NET. This guide will help you preserve both text and layout, ensuring your OCR outputs remain true to the original document.Read More
September 7, 2025How to Read Scanned Documents in C# | IronOCRDiscover how to leverage IronOCR in C# to read and extract text from scanned documents like PDFs, JPGs, PNGs, and TIFFs in your .NET applications. This tutorial provides a detailed guide to implementing OCR functionality, ensuring you can handle various image formats in your apps effectively.Read More
September 4, 2025How We Cut Document Processing Memory by 98%: The IronOCR Engineering BreakthroughIronOCR 2025.9 cuts TIFF processing memory by 98% with streaming architecture, eliminating crashes and boosting speed for enterprise workflows.Read More
September 2, 2025How to Use Tesseract OCR Confidence Values in C# | IronOCRExplore how to assess the reliability of your OCR outputs by obtaining confidence scores using IronOCR in C#. This tutorial provides a comprehensive guide to retrieving and interpreting these scores, offering insights into the accuracy of your data extraction processes.Read More
August 5, 2025How to Save Results as a Searchable PDF in C#Turn scanned PDFs or images into fully searchable and selectable documents using IronOCR for C#Read More
August 5, 2025How to Save Results as hOCR in an HTML File in C# | IronOCRDiscover how to convert scanned images or PDFs into searchable HTML content using IronOCR in C#. This step-by-step tutorial explains the process of exporting OCR results to HTML-HOCR, making your documents easily accessible and editable.Read More
August 5, 2025How to Use OCR Progress Tracking in C#Learn how to monitor real-time OCR operations in your .NET applications with this comprehensive IronOCR tutorialRead More
July 26, 2025How to Read License Plates in C# OCRThis tutorial provides a step-by-step guide on using IronOCR to automate license plate recognition in C#. Discover how to integrate this powerful tool into your .NET applications effectively.Read More
July 24, 2025Why IronOCR Beats LLMs for Optical Character Recognition: A Practical Guide for .NET DevelopersOptical Character Recognition (OCR) is vital technology for extracting text and information from images and documents. While large language models (LLMs) like GPT-4 and Gemini have revolutionized natural language processing.Read More
June 5, 2025How to Read Specific Documents Using OCR in C#Discover how to efficiently extract specific text from documents using IronOCR in C#. This tutorial provides a step-by-step guide, showcasing the power of Optical Character Recognition technology in streamlining your document processing tasks.Read More
May 29, 2025Unlocking the Power of Searchable PDFs with IronOCR: Webinar RecapIn this developer-focused session, Iron Software’s Chipego Kalinda and Darren Steddy demonstrate how to convert scanned PDFs into searchable, compliant documents using IronOCR. Watch real-time examples of PDF/UA accessibility, full-text search, and targeted data extraction—all with just a few lines of C# code.Read More
May 27, 2025Streamlining Document Conversion with IronOCRJoin Software Engineer Chipego Kalinda in a live demo to explore how IronOCR can streamline your document conversion processes. Learn practical techniques to enhance efficiency and accuracy in transforming documents.Read More
April 29, 2025How to Read PDFs with IronOCRLearn to read PDFs efficiently with IronOCR, a C# library. This guide covers constructing OcrPdfInput objects, performing OCR on PDFs, reading specific pages, and improving accuracy by specifying DPI and scan regions.Read More
April 16, 2025How to Custom Font Training for Tesseract 5 in C#This tutorial provides a detailed guide on training Tesseract 5 OCR with custom fonts. It covers the installation of Iron OCR, setting up WSL and Ubuntu, downloading necessary packages, configuring custom fonts, and executing training processes to enhance OCR accuracy with unique font data.Read More
April 9, 2025Extracting Table Data from Scanned Images Using IronOCR : Live Demo RecapIn a recent live session, the Iron Software team demonstrated how to extract table data from scanned images using IronOCR. Shadman Majid, our Sales Engineer, walked through the live code implementation for table detection and extraction.Read More
April 9, 2025Why IronOCR is the Superior Choice for OCR Over LLMsDiscover why IronOCR is the superior choice for OCR compared to LLMs like Google Gemini. Learn about accuracy, structured output, and efficient text extraction for .NET applications.Read More
April 6, 2025How to Automate Data Extraction with IronOCRDiscover how to efficiently extract structured table data from scanned images using C# and IronOCR. Join Shadman Majid, Sales Engineer at Iron Software, in this insightful live demo that guides you through the process, enhancing your data processing capabilities and workflow efficiency.Read More
March 17, 2025How to use Multiple Languages with TesseractDiscover how to leverage Tesseract and IronOCR to perform multilingual OCR on PDFs and images. This tutorial walks you through setting up the necessary components and demonstrates extracting text in English, Russian, and Japanese, enhancing your text recognition capabilities.Read More
March 16, 2025How to Read Barcodes and QR Codes Using OCR in C#This tutorial explains how to use Iron OCR to read barcodes and QR codes from PDF documents in C. It covers setting up the OCR engine, extracting codes, and printing them on the console, offering a simple API for integrating these capabilities into applications.Read More
February 27, 2025How to Detect Page Rotation for OCR in C# | IronOCRDiscover how to detect and correct page rotation in scanned documents using IronOCR within the .NET framework. This tutorial guides you through the process, ensuring your documents are perfectly oriented for accurate data extraction and processing.Read More
February 26, 2025How to Correct Image Orientation for OCR in C# | IronOCRDiscover how to automatically correct image orientation in your .NET applications using IronOCR. This tutorial guides you through the process of implementing a solution that ensures images are properly aligned, enhancing the accuracy and reliability of your image processing tasks.Read More