OcrIndexingOptions
Leave feedback
On this page
Provides options for OCR processing and indexing recognized text.
public class OcrIndexingOptions
| 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. |
- namespace GroupDocs.Search.Options
- assembly GroupDocs.Search
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.