Click or drag to resize

OcrEngine.Factory Property

This property provides an object of type IOcrFactory for the construction of page and document elements.

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax
public IOcrFactory Factory { get; set; }

Property Value

Type: IOcrFactory
An object of type IOcrFactory.
Remarks
This object should be used in favor of calling a page element constructor directly.
See Also