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. |