public sealed class OcrConfig : IMessage<OcrConfig>, IEquatable<OcrConfig>, IDeepCloneable<OcrConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class OcrConfig.
Config for Document OCR.
Implements
IMessageOcrConfig, IEquatableOcrConfig, IDeepCloneableOcrConfig, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.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
public bool ComputeStyleInfo { get; set; }
Turn on font id model and returns font style information.
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 |