IronOCR Utility (Windows)

Header Banner Screen

Download arrow Download Now

In addition to the IronOCR API Library, there is an additional Windows desktop program that can be downloaded called the IronOCR Utility. This application can be used to:

  • Evaluate and test out IronOCR's functionality before purchase.
  • Visualize your files from IronOCR and find the right filters or crop area.
  • Find the perfect settings for a read and export the C# code to your IDE.

Demo Installation and Setup

The IronOCR Utility can be installed for free and used with any valid trial, IronOCR, or Suite license key. If you do not have a license, you may get a free full-functionality trial key here with no credit card or account creation required.

  1. To install our IronOCR Utility, please download our ZIP here.
  2. Extract and unzip the ZIP file, then run setup.exe. You should see this: Setup Screen

  3. Next, run IronOcrUtility.application if it doesn't automatically run.
  4. On this application screen, enter your trial or full license key into the window. If you do not have a key, you may get a free full-functionality trial key here with no credit card or account creation required. Enter the information and then click APPLY KEY. Init Screen

  5. You will now be greeted by this default view. To start, drag in an image file or PDF or click Browse File in the center of the View Panel. Basic Screen

Once you have evaluated IronOCR with the Utility, it is time to add IronOCR to your library or application.

IronOCR Library Installation

While the IronOCR Utility provides a visual interactive way to use IronOCR, the IronOCR package offers even more features and languages and an intuitive API for utilizing the customized and optimized Tesseract 5, known as Iron Tesseract. Add Tesseract to your project by using IronOCR and IronTesseract, and you will be able to convert any file or image with text or scanned documents into text and searchable PDFs.

Example Usage and Walkthrough

Set a Highlight Type

By default, no highlighting is added on the View Panel. To enable highlighting, select one of the settings from the Highlight Settings menu. The recommended setting is Word: Highlight Menu Screen

This will highlight all words that IronOCR can detect. You can hover over words to see the guessed word and the confidence level. The intensity of red highlighting reflects the confidence level: Highlight Word Screen

Improve Read by Applying a Filter

Many images contain noise, blurriness, and crookedness. To enhance readability, we need to filter these out. As seen in the following image, the text must be straightened and deskewed to increase confidence and result quality: Skewed Image

Navigate to the left Filters Panel to queue various filters and see them update in real-time. You can also dequeue or adjust their values: Filter Location

Applying a Deskew filter here will update the code in the Output panel on the right, enhancing the result's accuracy: Filter Deskew Applied

Export Results or Add to .NET Project

To include this result in your own project, use the COPY button in the Code Panel to export the code that replicates the Output Panel results. Paste the code into your IDE and change the filepath to your image filepath. Save Code

For scanned documents, if you want a Searchable PDF with text overlayed on the original image or PDF, you can export it using the EXPORT AS PDF button: Save Searchable PDF