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
- Install an OCR library to use OCR Filter.
- Create a
IronTesseract
object. - Create a
OcrInput
object using the image path - (optional) Process the image using filter methods.
- Use the
Read
method. - Display the result using the
OcrResult's
Text property.