| Interface | Description |
|---|---|
| DocumentExtractor<T> |
The DocumentExtractor functional interface defines methods to extract data from documents, with
the ability to transform the extracted data using provided mappers.
|
| DocumentExtractor.Builder<E> |
Generic builder that can be used to build DocumentExtractor objects of common types.
|
| ToDoubleDocumentExtractor |
The ToDoubleDocumentExtractor functional interface is designed for extracting
double values from documents based on a given wire and index.
|
| ToLongDocumentExtractor |
The ToLongDocumentExtractor functional interface allows for the extraction of long values
from documents using a given wire and index.
|
Copyright © 2024. All rights reserved.