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



4639
4640
4641
# File 'lib/xberg/native.rb', line 4639

def self.from_hash(hash)
  new
end

Instance Method Details

#chunking_disabled?Boolean

Returns:

  • (Boolean)


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

def chunking_disabled? = true

#fast_text_extraction?Boolean

Returns:

  • (Boolean)


4635
4636
4637
# File 'lib/xberg/native.rb', line 4635

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

#few_pages?Boolean

Returns:

  • (Boolean)


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

def few_pages? = false

#format_not_chunkable?Boolean

Returns:

  • (Boolean)


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

def format_not_chunkable? = false

#small_file?Boolean

Returns:

  • (Boolean)


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

def small_file? = false

#text_layer_detected?Boolean

Returns:

  • (Boolean)


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

def text_layer_detected? = false