OCR for MultiPage TIFF Files
The OcrInput and automatically work with input TIFF files that conventional Tesseract cannot read.
Every frame of your TIFFs will be imported, creating a multipage IronOcr.OcrResult document.
How to OCR TIFF Files
- Install an OCR library to add OCR TIFF files.
- Construct an
IronTesseractobject. - Create an
OcrInputobject. - Add the TIFF file with the
AddMultiFrameTiffmethod. - Read text from the TIFF file with the
Readmethod.
By following these steps, you can efficiently perform OCR on TIFF files, especially those with multiple pages, using the IronOCR library.

