Class: Xberg::NoChunkingReasonChunkingDisabled

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

Overview

Chunking is disabled by configuration.

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.from_hash(hash) ⇒ Object



3172
3173
3174
# File 'lib/xberg/native.rb', line 3172

def self.from_hash(hash)
  new
end

Instance Method Details

#chunking_disabled?Boolean

Returns:

  • (Boolean)


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

def chunking_disabled? = true

#fast_text_extraction?Boolean

Returns:

  • (Boolean)


3168
3169
3170
# File 'lib/xberg/native.rb', line 3168

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

#few_pages?Boolean

Returns:

  • (Boolean)


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

def few_pages? = false

#format_not_chunkable?Boolean

Returns:

  • (Boolean)


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

def format_not_chunkable? = false

#small_file?Boolean

Returns:

  • (Boolean)


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

def small_file? = false

#text_layer_detected?Boolean

Returns:

  • (Boolean)


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

def text_layer_detected? = false