TextOptionsOcrIndexingOptions Property |
Gets the options for OCR processing and indexing recognized text.
Namespace: GroupDocs.Search.OptionsAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8
Syntaxpublic OcrIndexingOptions OcrIndexingOptions { get; }
Public ReadOnly Property OcrIndexingOptions As OcrIndexingOptions
Get
public:
property OcrIndexingOptions^ OcrIndexingOptions {
OcrIndexingOptions^ get ();
}
member OcrIndexingOptions : OcrIndexingOptions with get
Property Value
Type:
OcrIndexingOptionsThe options for OCR processing and indexing recognized text.
See Also