public sealed class DocumentProcessingConfig.Types.ParsingConfig.Types.OcrParsingConfig : IMessage<DocumentProcessingConfig.Types.ParsingConfig.Types.OcrParsingConfig>, IEquatable<DocumentProcessingConfig.Types.ParsingConfig.Types.OcrParsingConfig>, IDeepCloneable<DocumentProcessingConfig.Types.ParsingConfig.Types.OcrParsingConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class DocumentProcessingConfig.Types.ParsingConfig.Types.OcrParsingConfig.
The OCR parsing configurations for documents.
Implements
IMessageDocumentProcessingConfigTypesParsingConfigTypesOcrParsingConfig, IEquatableDocumentProcessingConfigTypesParsingConfigTypesOcrParsingConfig, IDeepCloneableDocumentProcessingConfigTypesParsingConfigTypesOcrParsingConfig, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
OcrParsingConfig()
public OcrParsingConfig()
OcrParsingConfig(OcrParsingConfig)
public OcrParsingConfig(DocumentProcessingConfig.Types.ParsingConfig.Types.OcrParsingConfig other)
Parameter | |
---|---|
Name | Description |
other | DocumentProcessingConfigTypesParsingConfigTypesOcrParsingConfig |
Properties
EnhancedDocumentElements
public RepeatedField<string> EnhancedDocumentElements { get; }
Apply additional enhanced OCR processing to a list of document elements.
Supported values:
table
: advanced table parsing model.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
UseNativeText
public bool UseNativeText { get; set; }
If true, will use native text instead of OCR text on pages containing native text.
Property Value | |
---|---|
Type | Description |
bool |