OcrIndexingOptions
Contents
[
Hide
]
OcrIndexingOptions class
Provides options for OCR processing and indexing recognized text.
public class OcrIndexingOptions
Properties
| Name | Description |
|---|---|
| EnabledForContainerItemImages { get; set; } | Gets or sets a value indicating whether to recognize text in images that are items in a container (for example, images in a ZIP archive). The default value is false. |
| EnabledForEmbeddedImages { get; set; } | 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. |
| EnabledForSeparateImages { get; set; } | Gets or sets a value indicating whether to recognize text in separate image files. The default value is false. |
| OcrConnector { get; set; } | Gets or sets an OCR connector that is used for OCR processing. The default value is null, which means no OCR is used. |
See Also
- namespace GroupDocs.Search.Options
- assembly GroupDocs.Search