Click or drag to resize

BasicOcrGlyphAccessor Class

BasicOcrGlyphAccessor is a simple implementation of the IOcrGlyphAccessor interface which provides basic functionality for a glyph.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Atalasoft.OcrBasicOcrGlyphAccessor

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class BasicOcrGlyphAccessor : MarshalByRefObject, 
	IOcrGlyphAccessor

The BasicOcrGlyphAccessor type exposes the following members.

Constructors
  NameDescription
Public methodBasicOcrGlyphAccessor(Char, String, FontStyle, Single)
Construct a new BasicOcrGlyphAccessor.
Public methodBasicOcrGlyphAccessor(String, String, FontStyle, Single)
Construct a new BasicOcrGlyphAccessor.
Public methodBasicOcrGlyphAccessor(Char, String, FontStyle, Single, Color)
Construct a new BasicOcrGlyphAccessor.
Public methodBasicOcrGlyphAccessor(String, String, FontStyle, Single, Color)
Construct a new BasicOcrGlyphAccessor.
Public methodBasicOcrGlyphAccessor(Char, String, FontStyle, Single, Color, Double)
Construct a new BasicOcrGlyphAccessor.
Public methodBasicOcrGlyphAccessor(String, String, FontStyle, Single, Color, Double)
Construct a new BasicOcrGlyphAccessor.
Top
Properties
  NameDescription
Public propertyBaseline
This property represents the baseline of the text in pixels relative to the source image.
Public propertyBounds
This property represents the bounding box of the glyph in pixels relative to the source image.
Public propertyChar
The unicode representation of this glyph.
Public propertyColor
This property represents the color of this glyph.
Public propertyConfidence
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).
Public propertyGlyph
This property allows the constructor of OcrGlyph to hook the OcrGlyph into the IOcrGlyphAccessor.
Public propertyIsSingleton
Checks to see if the glyph is represented by more than one letter.
Public propertyText
This property is a string represents the text of this glyph.
Top
Methods
  NameDescription
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetFont
Gets the Font for this glyph.
Public methodGetFontFamily
Get the FontFamily that represents this glyph.
Public methodGetFontName
Get the name of the font used for this glyph.
Public methodGetFontSize
Gets the font size of this glyph.
Public methodGetFontStyle
Get the FontStyle of this glyph.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also