Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::OcrConfig.
Config for Document OCR.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#advanced_ocr_options
def advanced_ocr_options() -> ::Array<::String>
Returns
- (::Array<::String>) — A list of advanced OCR options to further fine-tune OCR behavior.
#advanced_ocr_options=
def advanced_ocr_options=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — A list of advanced OCR options to further fine-tune OCR behavior.
Returns
- (::Array<::String>) — A list of advanced OCR options to further fine-tune OCR behavior.
#enable_image_quality_scores
def enable_image_quality_scores() -> ::Boolean
Returns
- (::Boolean) — 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.
#enable_image_quality_scores=
def enable_image_quality_scores=(value) -> ::Boolean
Parameter
- value (::Boolean) — 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.
Returns
- (::Boolean) — 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.
#enable_native_pdf_parsing
def enable_native_pdf_parsing() -> ::Boolean
Returns
- (::Boolean) — Enables special handling for PDFs with existing text information. Results in better text extraction quality in such PDF inputs.
#enable_native_pdf_parsing=
def enable_native_pdf_parsing=(value) -> ::Boolean
Parameter
- value (::Boolean) — Enables special handling for PDFs with existing text information. Results in better text extraction quality in such PDF inputs.
Returns
- (::Boolean) — Enables special handling for PDFs with existing text information. Results in better text extraction quality in such PDF inputs.
#enable_symbol
def enable_symbol() -> ::Boolean
Returns
- (::Boolean) — Includes symbol level OCR information if set to true.
#enable_symbol=
def enable_symbol=(value) -> ::Boolean
Parameter
- value (::Boolean) — Includes symbol level OCR information if set to true.
Returns
- (::Boolean) — Includes symbol level OCR information if set to true.
#hints
def hints() -> ::Google::Cloud::DocumentAI::V1beta3::OcrConfig::Hints
Returns
- (::Google::Cloud::DocumentAI::V1beta3::OcrConfig::Hints) — Hints for the OCR model.
#hints=
def hints=(value) -> ::Google::Cloud::DocumentAI::V1beta3::OcrConfig::Hints
Parameter
- value (::Google::Cloud::DocumentAI::V1beta3::OcrConfig::Hints) — Hints for the OCR model.
Returns
- (::Google::Cloud::DocumentAI::V1beta3::OcrConfig::Hints) — Hints for the OCR model.