BasicOcrGlyphAccessor Class |
Namespace: Atalasoft.Ocr
The BasicOcrGlyphAccessor type exposes the following members.
Name | Description | |
---|---|---|
BasicOcrGlyphAccessor(Char, String, FontStyle, Single) | Construct a new BasicOcrGlyphAccessor. | |
BasicOcrGlyphAccessor(String, String, FontStyle, Single) |
Construct a new BasicOcrGlyphAccessor.
| |
BasicOcrGlyphAccessor(Char, String, FontStyle, Single, Color) | Construct a new BasicOcrGlyphAccessor. | |
BasicOcrGlyphAccessor(String, String, FontStyle, Single, Color) | Construct a new BasicOcrGlyphAccessor. | |
BasicOcrGlyphAccessor(Char, String, FontStyle, Single, Color, Double) | Construct a new BasicOcrGlyphAccessor. | |
BasicOcrGlyphAccessor(String, String, FontStyle, Single, Color, Double) | Construct a new BasicOcrGlyphAccessor. |
Name | Description | |
---|---|---|
Baseline | This property represents the baseline of the text in pixels relative to the source image. | |
Bounds | This property represents the bounding box of the glyph in pixels relative to the source image. | |
Char | The unicode representation of this glyph. | |
Color | This property represents the color of this glyph. | |
Confidence | This property represents the confidence with which this glyph was recognized by the engine, ranging from
0.0 (no confidence) to 1.0 (complete confidence). | |
Glyph | This property allows the constructor of OcrGlyph to hook the OcrGlyph into the IOcrGlyphAccessor.
| |
IsSingleton | Checks to see if the glyph is represented by more than one letter. | |
Text | This property is a string represents the text of this glyph. |
Name | Description | |
---|---|---|
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetFont | Gets the Font for this glyph. | |
GetFontFamily | Get the FontFamily that represents this glyph. | |
GetFontName | Get the name of the font used for this glyph. | |
GetFontSize | Gets the font size of this glyph. | |
GetFontStyle | Get the FontStyle of this glyph. | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |