OCR for MultiPage TIFF Files

The OcrInput and automatically work with an input TIFF files that conventional Tesseract can not read.

Every frame of your TIFFs will be imported, creating a multipage IronOcr.OcrResult document.

How to OCR TIFF Files

  1. Install an OCR library to add OCR TIFF files.
  2. Construct a IronTesseract item.
  3. Create a OcrInput object.
  4. Add the TIFF file with the AddMultiFrameTiff method.
  5. Read text from the TIFF file with the Read method.