Package | Description |
---|---|
com.oracle.bmc.aidocument.model |
Modifier and Type | Class and Description |
---|---|
class |
DocumentClassificationFeature
Identifying the document type.
|
class |
DocumentKeyValueExtractionFeature
Extracting form fields.
|
class |
DocumentLanguageClassificationFeature
Detecting the language of the document.
|
class |
DocumentTableExtractionFeature
Detecting and extracting data in tables.
|
class |
DocumentTextExtractionFeature
Text recognition
Note: Objects should always be created or deserialized using the DocumentTextExtractionFeature.Builder . |
Modifier and Type | Method and Description |
---|---|
List<DocumentFeature> |
GeneralProcessorConfig.getFeatures()
The types of document analysis requested.
|
List<DocumentFeature> |
AnalyzeDocumentDetails.getFeatures()
The types of document analysis requested.
|
Modifier and Type | Method and Description |
---|---|
GeneralProcessorConfig.Builder |
GeneralProcessorConfig.Builder.features(List<DocumentFeature> features)
The types of document analysis requested.
|
AnalyzeDocumentDetails.Builder |
AnalyzeDocumentDetails.Builder.features(List<DocumentFeature> features)
The types of document analysis requested.
|
Constructor and Description |
---|
AnalyzeDocumentDetails(List<DocumentFeature> features,
DocumentDetails document,
String compartmentId,
OutputLocation outputLocation,
String language,
DocumentType documentType,
AnalyzeDocumentResult ocrData)
Deprecated.
|
GeneralProcessorConfig(DocumentType documentType,
List<DocumentFeature> features,
Boolean isZipOutputEnabled,
String language)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.