Show / Hide Table of Contents

Class DocumentTextExtractionFeature

Text recognition

Inheritance
object
DocumentFeature
DocumentTextExtractionFeature
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top