Class: Google::Cloud::DocumentAI::V1beta3::OcrConfig::PremiumFeatures

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/documentai/v1beta3/document_io.rb

Overview

Configurations for premium OCR features.

Instance Attribute Summary collapse

Instance Attribute Details

#compute_style_info::Boolean

Returns Turn on font identification model and return font style information.

Returns:

  • (::Boolean)

    Turn on font identification model and return font style information.



192
193
194
195
# File 'proto_docs/google/cloud/documentai/v1beta3/document_io.rb', line 192

class PremiumFeatures
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#enable_math_ocr::Boolean

Returns Turn on the model that can extract LaTeX math formulas.

Returns:

  • (::Boolean)

    Turn on the model that can extract LaTeX math formulas.



192
193
194
195
# File 'proto_docs/google/cloud/documentai/v1beta3/document_io.rb', line 192

class PremiumFeatures
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#enable_selection_mark_detection::Boolean

Returns Turn on selection mark detector in OCR engine. Only available in OCR 2.0 (and later) processors.

Returns:

  • (::Boolean)

    Turn on selection mark detector in OCR engine. Only available in OCR 2.0 (and later) processors.



192
193
194
195
# File 'proto_docs/google/cloud/documentai/v1beta3/document_io.rb', line 192

class PremiumFeatures
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end