| Package | Description |
|---|---|
| com.groupdocs.search |
The package provides classes for indexing and searching text data in documents of different formats.
|
| com.groupdocs.search.scaling |
The namespace provides classes of scaling functionality.
|
| Modifier and Type | Method and Description |
|---|---|
static ExtractedData |
ExtractedData.deserialize(byte[] array)
Deserializes an instance from a byte array.
|
ExtractedData |
Extractor.extract(Document document,
ExtractionOptions extractionOptions)
Extracts data from a document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Index.add(ExtractedData[] data,
IndexingOptions options)
Performs indexing operation.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Indexer.add(ExtractedData[] data,
IndexingOptions options)
Performs indexing operation.
|
Copyright © 2026. All rights reserved.