Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
Public Member Functions | Static Public Member Functions | Properties | List of all members
SolidFramework.Imaging.OcrTextRegion Class Reference

Represents OCR text region More...

Inheritance diagram for SolidFramework.Imaging.OcrTextRegion:
SolidFramework.Imaging.IOcrRegion

Public Member Functions

override void Dispose ()
 
SolidFramework.Imaging.OcrLinesCollection GetOcrLines ()
 
override string ToString ()
 
SolidFramework.Imaging.OcrRegionType GetObjectType ()
 
bool Equals (SolidFramework.Imaging.IOcrRegion other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static bool operator== (SolidFramework.Imaging.IOcrRegion obj1, SolidFramework.Imaging.IOcrRegion obj2)
 
static bool operator!= (SolidFramework.Imaging.IOcrRegion obj1, SolidFramework.Imaging.IOcrRegion obj2)
 

Properties

SolidFramework.Imaging.OcrLine this[int index] [get]
 
string TextLanguage [get]
 Gets two letter language code this text region.
 
int OcrWordCount [get]
 Gets count of words OCRd in this region.
 
int OcrLineCount [get]
 
int OcrConfidentWords [get]
 Gets count of supsect words OCRd in this region.
 
int Dx [get]
 Gets the delta x co-ordinates.
 
int Dy [get]
 Gets the delta y co-ordinate.
 
int Width [get]
 Gets the width.
 
int Height [get]
 Gets the height.
 

Detailed Description

Represents OCR text region

Member Function Documentation

◆ Dispose()

override void SolidFramework.Imaging.OcrTextRegion.Dispose ( )
virtual

Reimplemented from SolidFramework.Imaging.IOcrRegion.