EnabledForEmbeddedImages

OcrIndexingOptions.EnabledForEmbeddedImages property

Gets or sets a value indicating whether to recognize text in embedded images (for example, images in a DOCX document). The default value is false.

public bool EnabledForEmbeddedImages { get; set; }

Property Value

A value indicating whether to recognize text in embedded images.

See Also