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_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.