Class: Google::Cloud::DocumentAI::V1beta3::OcrConfig::PremiumFeatures
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::DocumentAI::V1beta3::OcrConfig::PremiumFeatures
 
 
- 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
- 
  
    
      #compute_style_info  ⇒ ::Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Turn on font identification model and return font style information.
 - 
  
    
      #enable_math_ocr  ⇒ ::Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Turn on the model that can extract LaTeX math formulas.
 - 
  
    
      #enable_selection_mark_detection  ⇒ ::Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Turn on selection mark detector in OCR engine.
 
Instance Attribute Details
#compute_style_info ⇒ ::Boolean
Returns Turn on font identification model and return font style information.
      193 194 195 196  | 
    
      # File 'proto_docs/google/cloud/documentai/v1beta3/document_io.rb', line 193 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.
      193 194 195 196  | 
    
      # File 'proto_docs/google/cloud/documentai/v1beta3/document_io.rb', line 193 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.
      193 194 195 196  | 
    
      # File 'proto_docs/google/cloud/documentai/v1beta3/document_io.rb', line 193 class PremiumFeatures include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |