 | LanguageNotFoundException Class |
The exception that is thrown when the requested language does not found in tessdata folder.
Inheritance Hierarchy
Namespace:
Patagames.Ocr.Exceptions
Assembly:
Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.2.411
Syntaxpublic class LanguageNotFoundException : OcrException
Public Class LanguageNotFoundException
Inherits OcrException
public ref class LanguageNotFoundException : public OcrException
type LanguageNotFoundException =
class
inherit OcrException
end
public class LanguageNotFoundException extends OcrException
Patagames.Ocr.Exceptions.LanguageNotFoundException = function();
Type.createClass(
'Patagames.Ocr.Exceptions.LanguageNotFoundException',
Patagames.Ocr.Exceptions.OcrException);
The LanguageNotFoundException type exposes the following members.
Constructors
See Also