OCR Image Optimization Filters

The OcrInput class provides granular control to C# and .NET developers to preprocess image input for speed and accuracy before.

This negates the common practice of using Photoshop Batch Scripts or ImageMagick to prepare images for OCR.

How to Use OCR Filter in Tesseract Alternatively

  1. Install an OCR library to use OCR Filter.
  2. Create a IronTesseract object.
  3. Create a OcrInput object using the image path
  4. (optional) Process the image using filter methods.
  5. Use the Read method.
  6. Display the result using the OcrResult'sText property.