VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Ocr.Tesseract Namespace / TesseractOcr Class
Constructors Properties Methods Events SeeAlso
In This Topic
    TesseractOcr Class Members
    In This Topic
    The following tables list the members exposed by TesseractOcr.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a ChangePixelFormatToBlackWhiteCommand that is used for binarization of the source image before text recognition. (Inherited from OcrEngine)
    Public PropertyGets the filename of custom dictionary, which is used for recognition.
    Public PropertyGets or sets the path to the Tesseract data.
    Public PropertyGets the path to the Tesseract5.Vintasoft.xXX.dll.
    Public PropertyGets the version of Tesseract5.Vintasoft.xXX.dll.
    Public PropertyGets the recognition language.
    Public PropertyGets the recognition languages.
    Public PropertyGets or sets a processing command that is used for preprocessing of the source image after Binarization and before text recognition. (Inherited from OcrEngine)
    Public PropertyGets the recognition mode of Tesseract OCR.
    Public PropertyGets or sets the region on image which should be recognized. (Inherited from OcrEngine)
    Public PropertyGets the type of recognition region.
    Public PropertyGets an information about recognition time.
    Public PropertyGets an array of supported languages for recognition.
    Public Methods
     NameDescription
    Public MethodAnalyzes the layout (layout of paragraphs, lines, words, symbols on document image) without text recognition.
    Public MethodClears the current image, which is specified by the SetImage(VintasoftImage) method.
    Public MethodReleases all resources used by the TesseractOcr object.
    Public MethodReturns the default recognition region splitting settings.
    Public MethodOverloaded. Returns a value of string variable of Tesseract OCR engine.
    Public MethodInitializes the Tesseract OCR engine.
    Public MethodOverloaded. Recognizes text from image.
    Public MethodSets the current image for recognition.
    Public MethodOverloaded. Sets a value of boolean variable of Tesseract OCR engine.
    Public MethodShutdowns the Tesseract OCR engine.
    Protected Methods
     NameDescription
    Protected MethodAllows an TesseractOcr to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
    Protected MethodRaises the Initialized event. (Inherited from OcrEngine)
    Protected MethodRaises the Progress event. (Inherited from OcrEngine)
    Public Events
     NameDescription
    Public EventOccur when OcrEngine is initialized (method Init(OcrEngineSettings) is finished). (Inherited from OcrEngine)
    Public EventOccurs when the image is recognizing, to provide status on the progress of the recognition. (Inherited from OcrEngine)
    See Also