Multithreaded Tesseract OCR IronTesseract 2021 previously had a ReadMultithreaded method to allow .NET developers to read images and PDFs more efficiently. This is no longer needed in 2022. All IronOCR image processing and OCR reading operations are multithreaded and do not require the developer to use a special API. IronTesseract will automatically attempt to use all threads available on all cores and will consider responsiveness on the main / GUI thread elegantly. How to Use Tesseract Multi-threading Install an OCR library to use Tesseract multi-threading Make an IronTesseract object. Use AddImage to construct an OcrInput and provide the image path into an object Invoke all necessary methods for image processing. Use the Read method to read the text Learn Async OCR Techniques with IronOCR! Related Docs Links View on Github Related Tutorial Related How-To Guide Class Documentation OCR Language Packs Download IronOCR DLL Report an Issue on this page Ready to Get Started? Nuget Downloads 5,044,537 | Version: 2025.11 just released Free NuGet Download Total downloads: 5,044,537 View Licenses