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
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
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 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 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
January 30, 2025How to Use Input Images for OCR Processing in C#This tutorial demonstrates how to perform OCR processing in C using Iron OCR. Learn to extract text from image files, byte arrays, and specific image regions. The guide covers setting up your license, instantiating the Iron Tesseract object, and executing OCR on various image inputs, enhancing your OCR capabilities.Read More
December 30, 2024How To Read PDFS in OCR C#This tutorial demonstrates the use of Iron OCR to extract text from PDF documents in C programming. It covers setting up the environment, reading entire PDFs, specific pages, or defined regions, offering a flexible approach for managing PDF data programmatically.Read More
December 30, 2024How to Use System Drawing Images for OCR Processing in C#This tutorial video provides a comprehensive guide on using Iron OCR to extract text from System.Drawing images in C#. It covers setting up the environment, initializing OCR objects, and demonstrates text extraction from different image formats. A practical approach is shown with code snippets and console output analysis.Read More
September 3, 2024How to extract text from an image fileThis tutorial demonstrates how to extract text from images using Iron OCR in a C# console application. It covers installing the Iron OCR library, configuring the OCR engine, and executing text extraction with optimal settings.Read More
June 11, 2024How to use Computer Vision to Find Text in C#This tutorial explores using Iron OCR in C for text detection within images. It guides through setting up the library in Visual Studio, demonstrating various methods for text extraction and region detection using computer vision, and shows how to enhance output accuracy.Read More
December 10, 2023How to use OCR Language Packs in IronOCRIn this tutorial, explore how to use Iron OCR's multi-language capabilities to extract text from PDFs in both English and Japanese. Learn to set up language packs and handle text extraction efficiently in C#.Read More
July 30, 2023How to use OCR with C# on Windows 11Discover the power of Optical Character Recognition (OCR) using IronOCR in Windows 11. This tutorial walks you through setting up and executing OCR tasks with Visual Studio 2022, detailing how to extract text from images using IronOCR’s robust and versatile features.Read More
March 21, 2023How to use Tesseract OCR for .NET on WindowsThis tutorial guides you through using Tesseract OCR with Windows 10 and 11, utilizing Iron OCR in a Visual Studio 2022 environment. It covers installation via NuGet, image enhancement, and text extraction from images, emphasizing Iron OCR's accuracy and efficiency.Read More
September 7, 2022IronOCR as an alternative to Patagames Tesseract.NETIn this tutorial, we explore using Iron OCR as an alternative to Tesseract in C#. By setting up two separate .NET C# console projects, we demonstrate Iron OCR's superior text extraction capabilities, especially with blurred images. The tutorial includes step-by-step instructions for installing and implementing both libraries.Read More
August 29, 2022Why IronOCR is better than the Tesseract 4 Nuget PackageIn this tutorial, we compare Iron OCR and Google Tesseract OCR. We discuss their performance in handling rotated, blurry images and low DPI conditions. Iron OCR shows superior results with multi-threading support and extensive language compatibility, making it ideal for diverse OCR needs.Read More
March 27, 2022How to Extract Text from Images in C#This tutorial guides you through using Iron OCR for text extraction from image files. It covers installation, coding procedures, and handling different image scenarios, ensuring accurate text recognition even with skewed or crinkled images.Read More