Thank you for your interest in the Leadtools.Ocr package!
Leadtools.Ocr
Rapidly develop robust, accurate, and extremely fast OCR, ICR, and Forms Recognition and Processing applications that extract text and data. LEADTOOLS OCR and ICR libraries converts document images to text-searchable and editable formats such as PDF, PDF/A, DOC, DOCX, XML, and XPS.
Get Started
The following information is to help you to get started using LEADTOOLS as quickly as possible. If you have any questions after reviewing this information, do not hesitate to contact support via chat or email!
Package Install Scripts for Leadtools.Ocr
Example Code Snippets
IOcrEngine ocrEngine = OcrEngineManager.CreateEngine(OcrEngineType.LEAD);
ocrEngine.Startup(null, null, null, null);
ocrEngine.AutoRecognizeManager.Run(@"C:\in.tif", @"C:\out.pdf",
DocumentFormat.Pdf, null, null);
Dim ocrEngine As IOcrEngine = OcrEngineManager.CreateEngine(OcrEngineType.LEAD)
ocrEngine.Startup(Nothing, Nothing, Nothing, Nothing)
ocrEngine.AutoRecognizeManager.Run(@"C:\in.tif", @"C:\out.pdf",
DocumentFormat.Pdf, Nothing, Nothing)
Free Technical Support
Free technical support is available starting with your evaluation and continuing all of the way through deployment of your application. We offer many ways to get support including live chat, email, forums, phone, and more.
Online Documentation
Browse our online help for comprehensive documentation on all LEADTOOLS objects and functions. In addition to the API reference, you will find tutorials, setup guides, and code snippets to help you along your journey.