OcrConnector

OcrIndexingOptions.OcrConnector property

Gets or sets an OCR connector that is used for OCR processing. The default value is null, which means no OCR is used.

public IOcrConnector OcrConnector { get; set; }

Property Value

An OCR connector that is used for OCR processing.

See Also