VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Classes Enumerations Interfaces SeeAlso
In This Topic
Vintasoft.Imaging.Ocr.Results Namespace (Vintasoft.Imaging.Ocr)
In This Topic
Contains classes for getting and editing of OCR results.
Classes
 ClassDescription
ClassExports results of OCR recognition to and imports from hOCR format.
ClassContains the settings, which define how to cleanup the OCR recognize results.
ClassRepresents an OCR document that contains list of OcrPage.
ClassProvides an abstract base class for OCR objects with bounding box.
ClassRepresents a bounding box and baseline of an OcrObject.
ClassRepresents an OCR page - collection of OcrRegion.
ClassRepresents an OCR paragraph - collection of OcrTextLine.
ClassRepresents an OCR region.
ClassRepresents an editor of OCR results.
ClassRepresents a visitor of OCR results.
ClassRepresents a symbol of the OcrWord.
ClassRepresents a font of OCR word.
ClassRepresents an OCR text line - collection of OcrWord.
ClassRepresents a base class of text objects.
ClassRepresents an OCR text region - collection of OcrParagraph.
ClassRepresents an OCR word - collection of OcrSymbol.
Enumerations
 EnumerationDescription
EnumerationSpecifies available orientations of the OCR object on the image.
EnumerationSpecifies available writing directions of an OCR object.
EnumerationSpecifies available types of an OCR region.
Interfaces
 InterfaceDescription
InterfaceDefines an interface of text objects.
See Also