public sealed class OcrConfig : IMessage<OcrConfig>, IEquatable<OcrConfig>, IDeepCloneable<OcrConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1beta3 API class OcrConfig.
Config for Document OCR.
Implements
IMessageOcrConfig, IEquatableOcrConfig, IDeepCloneableOcrConfig, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Constructors
OcrConfig()
public OcrConfig()
OcrConfig(OcrConfig)
public OcrConfig(OcrConfig other)
Parameter | |
---|---|
Name | Description |
other |
OcrConfig |
Properties
AdvancedOcrOptions
public RepeatedField<string> AdvancedOcrOptions { get; }
A list of advanced OCR options to further fine-tune OCR behavior. Current valid values are:
legacy_layout
: a heuristics layout detection algorithm, which serves as an alternative to the current ML-based layout detection algorithm. Customers can choose the best suitable layout algorithm based on their situation.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
ComputeStyleInfo
[Obsolete]
public bool ComputeStyleInfo { get; set; }
Turn on font identification model and return font style information. Deprecated, use [PremiumFeatures.compute_style_info][google.cloud.documentai.v1beta3.OcrConfig.PremiumFeatures.compute_style_info] instead.
Property Value | |
---|---|
Type | Description |
bool |
DisableCharacterBoxesDetection
public bool DisableCharacterBoxesDetection { get; set; }
Turn off character box detector in OCR engine. Character box detection is enabled by default in OCR 2.0 (and later) processors.
Property Value | |
---|---|
Type | Description |
bool |
EnableImageQualityScores
public bool EnableImageQualityScores { get; set; }
Enables intelligent document quality scores after OCR. Can help with diagnosing why OCR responses are of poor quality for a given input. Adds additional latency comparable to regular OCR to the process call.
Property Value | |
---|---|
Type | Description |
bool |
EnableNativePdfParsing
public bool EnableNativePdfParsing { get; set; }
Enables special handling for PDFs with existing text information. Results in better text extraction quality in such PDF inputs.
Property Value | |
---|---|
Type | Description |
bool |
EnableSymbol
public bool EnableSymbol { get; set; }
Includes symbol level OCR information if set to true.
Property Value | |
---|---|
Type | Description |
bool |
Hints
public OcrConfig.Types.Hints Hints { get; set; }
Hints for the OCR model.
Property Value | |
---|---|
Type | Description |
OcrConfigTypesHints |
PremiumFeatures
public OcrConfig.Types.PremiumFeatures PremiumFeatures { get; set; }
Configurations for premium OCR features.
Property Value | |
---|---|
Type | Description |
OcrConfigTypesPremiumFeatures |