OCR in 1 line of code
IronOCR is unique in its ability to automatically detect and read text from imperfectly scanned images and PDF documents. The IronTesseract class provides the simplest API.
Try other code samples to gain fine-grained control of your C# OCR operations.
IronOCR provides the most advanced build of Tesseract known anywhere, on any platform, with increased speed, accuracy, and a native DLL and API.
Supports Tesseract 3, Tesseract 4, and Tesseract 5 for .NET Framework, Standard, Core, Xamarin, and Mono.
How to OCR in VB.NET
- Install the VB.NET library to do OCR on image or PDF
- Instantiate
IronTesseractto use intuitive APIs - Utilize
Readmethod to perform OCR in VB.NET - Get OCR result by accessing
Textproperty - Execute steps 2, 3, and 4 in a single line of code.



