Class: Xberg::VlmFallbackPolicyAlways

Inherits:
Data
  • Object
show all
Extended by:
T::Sig
Includes:
VlmFallbackPolicy
Defined in:
lib/xberg/native.rb

Overview

Skip the classical OCR backend entirely. Every page is sent to the VLM.

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.from_hash(hash) ⇒ Object



342
343
344
# File 'lib/xberg/native.rb', line 342

def self.from_hash(hash)
  new
end

Instance Method Details

#always?Boolean

Returns:

  • (Boolean)


338
339
340
# File 'lib/xberg/native.rb', line 338

def always? = true
# @param hash [Hash] deserialized from the native extension
# @return [self]

#disabled?Boolean

Returns:

  • (Boolean)


334
# File 'lib/xberg/native.rb', line 334

def disabled? = false

#on_low_quality?Boolean

Returns:

  • (Boolean)


336
# File 'lib/xberg/native.rb', line 336

def on_low_quality? = false