Click or drag to resize

BasicOcrFactory Class

BasicOcrFactory is a simple implementation of the IOcrFactory interface. Each method returns a new instantiation of the base class of the associated document or page element.
Inheritance Hierarchy
SystemObject
  Atalasoft.OcrBasicOcrFactory

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 BasicOcrFactory : IOcrFactory

The BasicOcrFactory type exposes the following members.

Constructors
  NameDescription
Public methodBasicOcrFactory
Initializes a new instance of the BasicOcrFactory class
Top
Methods
  NameDescription
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOcrBarcodeRegion(Rectangle, String, OcrBarcodeSymbologies)
Construct a new OcrBarcodeRegion object.
Public methodOcrBarcodeRegion(PolygonF, String, OcrBarcodeSymbologies)
Construct a new OcrBarcodeRegion object.
Public methodOcrDocument
Public methodOcrFormElementRegion(Rectangle)
Constructs a new OcrFormElementRegion.
Public methodOcrFormElementRegion(PolygonF)
Constructs a new OcrFormElementRegion.
Public methodOcrGlyph(IOcrGlyphAccessor, Rectangle, Int32)
Constructs a new glyph with the given accessor, bounding box and baseline.
Public methodOcrGlyph(IOcrGlyphAccessor, Rectangle, Int32, Color)
Constructs a new glyph with the given accessor, bounding box, baseline and color.
Public methodOcrImageRegion(Rectangle, AtalaImage)
Constructs a new OcrImageRegion using the supplied image and bounds.
Public methodOcrImageRegion(AtalaImage, Boolean)
Constructs a new OcrImageRegion using the supplied Image.
Public methodOcrImageRegion(PolygonF, AtalaImage)
Constructs a new OcrImageRegion using the supplied image and bounds.
Public methodOcrLine
Public methodOcrPage(AtalaImage)
Constructs a new OcrPage object using the width, height, and resolution from the supplied AtalaImage.
Public methodOcrPage(Int32, Int32, Dpi)
Constructs a new OcrPage object using the supplied width, height, and resolution.
Public methodOcrTableRegion(Rectangle)
Constructs a new OcrTableRegion object.
Public methodOcrTableRegion(PolygonF)
Construct a page element to represent a table.
Public methodOcrTextRegion(Rectangle)
Construct a new OcrTextRegion object.
Public methodOcrTextRegion(PolygonF)
Construct a new OcrTextRegion object.
Public methodOcrTextRegion(Rectangle, OcrTextRotation)
Construct a new OcrTextRegion object.
Public methodOcrWord
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also