OcrInput Class
Introducing a better code structure with OcrInput which allows more developer control of OCR.
This structure is the building block on which high-performing OCR applications for C# can be built.
Features include automatic or explicit image optimizations, managed safety from memory leaks, multithreading, multipage documents, OCR to PDF, OCR to HTML, and support for OCR PDF and multipage TIFF files.
Below is an example of how to use the OcrInput class effectively. The sample is IronOCR-specific (using IronOcr;)—typically the only thing you need to change is the image path.

