Click or drag to resize

Patagames.Ocr.Exceptions Namespace

This namespace contains a set of classes for working with exceptions.
Classes
 ClassDescription
Public classCantAnalyseLayoutException The exception that is thrown when the AnalyseLayout can't analyse page or page is empty.
Public classCantCopyIteratorException The exception that is thrown when the iterator cannot be copied for some reason.
Public classCantCreateRendererException The exception that is thrown when the renderer cannot be created for some reason.
Public classCantGetIteratorException The exception that is thrown when the iterator cannot be obtained for some reason.
Public classCantRecognizeException The exception that is thrown when the image cannot be recognized for some reason.
Public classInvalidLicenseKeyException The exception that is thrown when the key provided to a initialization method is not valid.
Public classLanguageNotFoundException The exception that is thrown when the requested language does not found in tessdata folder.
Public classLanguageNotSupportedException The exception that is thrown when the requested language is not supported by OEM mode.
Public classLicenseKeyIsExpiredException The exception that is thrown when the key provided to a initialization method is expired.
Public classLicenseKeyIsOutOfDateException The exception that is thrown when the key provided to a initialization method is out of date.
Public classNoLicenseException The exception that is thrown only in trial mode
Public classObjectNotFoundException The exception that is thrown when the object does not found among appropriate collection.
Public classOcrException Represents errors that occur during application execution.
Public classUnsupportedFormatExeption The exception that is thrown when the requested operation is not supported.
Public classVariableNotFoundException The exception that is thrown when the variable does not found among Tesseract parameters.