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



4090
4091
4092
# File 'lib/xberg/native.rb', line 4090

def self.from_hash(hash)
  new
end

Instance Method Details

#chunking_disabled?Boolean

Returns:

  • (Boolean)


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

def chunking_disabled? = true

#fast_text_extraction?Boolean

Returns:

  • (Boolean)


4086
4087
4088
# File 'lib/xberg/native.rb', line 4086

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

#few_pages?Boolean

Returns:

  • (Boolean)


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

def few_pages? = false

#format_not_chunkable?Boolean

Returns:

  • (Boolean)


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

def format_not_chunkable? = false

#small_file?Boolean

Returns:

  • (Boolean)


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

def small_file? = false

#text_layer_detected?Boolean

Returns:

  • (Boolean)


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

def text_layer_detected? = false