Click or drag to resize

OcrEngineFactory 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.4.0.9.0.377 (.NET 4.5.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