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



4082
4083
4084
# File 'lib/xberg/native.rb', line 4082

def self.from_hash(hash)
  new
end

Instance Method Details

#chunking_disabled?Boolean

Returns:

  • (Boolean)


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

def chunking_disabled? = true

#fast_text_extraction?Boolean

Returns:

  • (Boolean)


4078
4079
4080
# File 'lib/xberg/native.rb', line 4078

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

#few_pages?Boolean

Returns:

  • (Boolean)


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

def few_pages? = false

#format_not_chunkable?Boolean

Returns:

  • (Boolean)


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

def format_not_chunkable? = false

#small_file?Boolean

Returns:

  • (Boolean)


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

def small_file? = false

#text_layer_detected?Boolean

Returns:

  • (Boolean)


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

def text_layer_detected? = false