Click or drag to resize

IOcrFactory Methods

The IOcrFactory type exposes the following members.

Methods
  NameDescription
Public methodOcrBarcodeRegion(Rectangle, String, OcrBarcodeSymbologies)
Construct a page element to represent a barcode.
Public methodOcrBarcodeRegion(PolygonF, String, OcrBarcodeSymbologies)
Construct a page element to represent a barcode.
Public methodOcrDocument
Construct a new OcrDocument object.
Public methodOcrFormElementRegion(Rectangle)
Constructs a new OcrFormElement for this page.
Public methodOcrFormElementRegion(PolygonF)
Constructs a new OcrFormElement for this page.
Public methodOcrGlyph(IOcrGlyphAccessor, Rectangle, Int32)
Public methodOcrGlyph(IOcrGlyphAccessor, Rectangle, Int32, Color)
Public methodOcrImageRegion(Rectangle, AtalaImage)
Construct a new page element to represent an image in a document.
Public methodOcrImageRegion(AtalaImage, Boolean)
Construct a new page element to represent an image in a document.
Public methodOcrImageRegion(PolygonF, AtalaImage)
Construct a new page element to represent an image in a document.
Public methodOcrLine
Construct a new page element to represent a line of text in a document.
Public methodOcrPage(AtalaImage)
Public methodOcrPage(Int32, Int32, Dpi)
Public methodOcrTableRegion(Rectangle)
Construct a page element to represent a table.
Public methodOcrTableRegion(PolygonF)
Construct a page element to represent a table.
Public methodOcrTextRegion(Rectangle)
Construct a page element to represent text.
Public methodOcrTextRegion(PolygonF)
Construct a page element to represent text.
Public methodOcrTextRegion(Rectangle, OcrTextRotation)
Construct a page element to represent text.
Public methodOcrWord
Construct a new page element to represent a word of text in a document.
Top
See Also