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
IronTesseract
object. - Create an
OcrInput
object. - Add the TIFF file with the
AddMultiFrameTiff
method. - Read text from the TIFF file with the
Read
method.
By following these steps, you can efficiently perform OCR on TIFF files, especially those with multiple pages, using the Iron OCR library.
Explore our guide on processing TIFF & GIF files with IronOCR in C# to enhance your OCR projects!