BasicOcrFactory Class |
Namespace: Atalasoft.Ocr
The BasicOcrFactory type exposes the following members.
Name | Description | |
---|---|---|
BasicOcrFactory | Initializes a new instance of the BasicOcrFactory class |
Name | Description | |
---|---|---|
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.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OcrBarcodeRegion(Rectangle, String, OcrBarcodeSymbologies) | Construct a new OcrBarcodeRegion object. | |
OcrBarcodeRegion(PolygonF, String, OcrBarcodeSymbologies) | Construct a new OcrBarcodeRegion object. | |
OcrDocument | Constructs a new OcrDocument object. | |
OcrFormElementRegion(Rectangle) | Constructs a new OcrFormElementRegion. | |
OcrFormElementRegion(PolygonF) | Constructs a new OcrFormElementRegion. | |
OcrGlyph(IOcrGlyphAccessor, Rectangle, Int32) | Constructs a new glyph with the given accessor, bounding box and baseline. | |
OcrGlyph(IOcrGlyphAccessor, Rectangle, Int32, Color) | Constructs a new glyph with the given accessor, bounding box, baseline and color. | |
OcrImageRegion(Rectangle, AtalaImage) | Constructs a new OcrImageRegion using the supplied image and bounds. | |
OcrImageRegion(AtalaImage, Boolean) | Constructs a new OcrImageRegion using the supplied Image. | |
OcrImageRegion(PolygonF, AtalaImage) | Constructs a new OcrImageRegion using the supplied image and bounds. | |
OcrLine | Constructs a new OcrLine(IOcrLineAccessor, Rectangle, Int32) object. | |
OcrPage(AtalaImage) | Constructs a new OcrPage object using the width, height, and resolution from the supplied
AtalaImage. | |
OcrPage(Int32, Int32, Dpi) | Constructs a new OcrPage object using the supplied width, height, and resolution. | |
OcrTableRegion(Rectangle) | Constructs a new OcrTableRegion object. | |
OcrTableRegion(PolygonF) | Construct a page element to represent a table. | |
OcrTextRegion(Rectangle) | Construct a new OcrTextRegion object. | |
OcrTextRegion(PolygonF) | Construct a new OcrTextRegion object. | |
OcrTextRegion(Rectangle, OcrTextRotation) | Construct a new OcrTextRegion object. | |
OcrWord | Constructs a new OcrWord(IOcrWordAccessor, Rectangle, Int32) object. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |