Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Represents OCR text region More...
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. | |
Represents OCR text region
|
virtual |
Reimplemented from SolidFramework.Imaging.IOcrRegion.