IOcrFactory Interface |
Namespace: Atalasoft.Ocr
The IOcrFactory type exposes the following members.
| Name | Description | |
|---|---|---|
| OcrBarcodeRegion(Rectangle, String, OcrBarcodeSymbologies) | Construct a page element to represent a barcode. | |
| OcrBarcodeRegion(PolygonF, String, OcrBarcodeSymbologies) | Construct a page element to represent a barcode. | |
| OcrDocument | Construct a new OcrDocument object. | |
| OcrFormElementRegion(Rectangle) | Constructs a new OcrFormElement for this page. | |
| OcrFormElementRegion(PolygonF) | Constructs a new OcrFormElement for this page. | |
| OcrGlyph(IOcrGlyphAccessor, Rectangle, Int32) | ||
| OcrGlyph(IOcrGlyphAccessor, Rectangle, Int32, Color) | ||
| OcrImageRegion(Rectangle, AtalaImage) | Construct a new page element to represent an image in a document. | |
| OcrImageRegion(AtalaImage, Boolean) | Construct a new page element to represent an image in a document. | |
| OcrImageRegion(PolygonF, AtalaImage) | Construct a new page element to represent an image in a document. | |
| OcrLine | Construct a new page element to represent a line of text in a document. | |
| OcrPage(AtalaImage) | ||
| OcrPage(Int32, Int32, Dpi) | ||
| OcrTableRegion(Rectangle) | Construct a page element to represent a table. | |
| OcrTableRegion(PolygonF) | Construct a page element to represent a table. | |
| OcrTextRegion(Rectangle) | Construct a page element to represent text. | |
| OcrTextRegion(PolygonF) | Construct a page element to represent text. | |
| OcrTextRegion(Rectangle, OcrTextRotation) | Construct a page element to represent text. | |
| OcrWord | Construct a new page element to represent a word of text in a document. |