Represents the exception that is thrown when trying to use an OCR feature supported but not installed.
[SerializableAttribute()]
public class OcrComponentMissingException : Exception
<SerializableAttribute()>
Public Class OcrComponentMissingException
Inherits System.Exception
Implements System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable
public class OcrComponentMissingException extends LeadtoolsException
[SerializableAttribute()]
public ref class OcrComponentMissingException : public System.Exception, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable
The default LEADTOOLS installation does not contain all the OCR features for size restrictions. When a feature that is not installed is used, IOcrEngine will throw an OcrComponentMissingException.
Note that LEADTOOLS default installation does not ship with native engine formats support, all languages and dictionaries, ICR and other optional features. You must download and install the "OCR Additional Features" setup available at https://www.leadtools.com first.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET