VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Ocr.Tesseract Namespace / TesseractOcr Class
In This Topic
TesseractOcr Class Methods
In This Topic
For a list of all methods of this type, see TesseractOcr.
Public Methods
 NameDescription
Public MethodAnalyzes the page layout (layout of paragraphs, lines, words, symbols on document image) without tables detection and 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)
See Also