| Package | Description |
|---|---|
| com.groupdocs.search |
The package provides classes for indexing and searching text data in documents of different formats.
|
| com.groupdocs.search.options |
The package provides classes to specify additional options of various operations.
|
| com.groupdocs.search.scaling |
The namespace provides classes of scaling functionality.
|
| Modifier and Type | Method and Description |
|---|---|
protected static ExtractionOptions |
CoreFactory.createExtractionOptions(IndexingOptions options,
IFieldExtractor customExtractor,
IOcrConnector ocrConnector) |
| Modifier and Type | Method and Description |
|---|---|
abstract IOcrConnector |
OcrIndexingOptions.getOcrConnector()
Gets an OCR connector that is used for OCR processing.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
OcrIndexingOptions.setOcrConnector(IOcrConnector value)
Sets an OCR connector that is used for OCR processing.
|
| Constructor and Description |
|---|
ExtractionOptions(IndexingOptions options,
IFieldExtractor customExtractor,
IOcrConnector ocrConnector)
Initializes a new instance of the
ExtractionOptions class. |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchNetworkNode.setOcrConnector(IOcrConnector ocrConnector)
Sets an OCR connector that is used for OCR processing.
|
Copyright © 2026. All rights reserved.