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



4666
4667
4668
# File 'lib/xberg/native.rb', line 4666

def self.from_hash(hash)
  new
end

Instance Method Details

#chunking_disabled?Boolean

Returns:

  • (Boolean)


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

def chunking_disabled? = true

#fast_text_extraction?Boolean

Returns:

  • (Boolean)


4662
4663
4664
# File 'lib/xberg/native.rb', line 4662

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

#few_pages?Boolean

Returns:

  • (Boolean)


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

def few_pages? = false

#format_not_chunkable?Boolean

Returns:

  • (Boolean)


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

def format_not_chunkable? = false

#small_file?Boolean

Returns:

  • (Boolean)


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

def small_file? = false

#text_layer_detected?Boolean

Returns:

  • (Boolean)


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

def text_layer_detected? = false