Class DocumentTextExtractionFeature
Text recognition
Inherited Members
Namespace: Oci.AidocumentService.Models
Assembly: OCI.DotNetSDK.Aidocument.dll
Syntax
public class DocumentTextExtractionFeature : DocumentFeature
Properties
GenerateSearchablePdf
Declaration
[JsonProperty(PropertyName = "generateSearchablePdf")]
public bool? GenerateSearchablePdf { get; set; }
Property Value
Type | Description |
---|---|
bool? | Whether or not to generate a searchable PDF file. |
ModelId
Declaration
[JsonProperty(PropertyName = "modelId")]
public string ModelId { get; set; }
Property Value
Type | Description |
---|---|
string | Unique identifier custom model OCID that should be used for inference. |
SelectionMarkDetection
Declaration
[JsonProperty(PropertyName = "selectionMarkDetection")]
public bool? SelectionMarkDetection { get; set; }
Property Value
Type | Description |
---|---|
bool? | Whether checkbox detection feature is enabled or disabled. |