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



4564
4565
4566
# File 'lib/xberg/native.rb', line 4564

def self.from_hash(hash)
  new
end

Instance Method Details

#chunking_disabled?Boolean

Returns:

  • (Boolean)


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

def chunking_disabled? = true

#fast_text_extraction?Boolean

Returns:

  • (Boolean)


4560
4561
4562
# File 'lib/xberg/native.rb', line 4560

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

#few_pages?Boolean

Returns:

  • (Boolean)


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

def few_pages? = false

#format_not_chunkable?Boolean

Returns:

  • (Boolean)


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

def format_not_chunkable? = false

#small_file?Boolean

Returns:

  • (Boolean)


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

def small_file? = false

#text_layer_detected?Boolean

Returns:

  • (Boolean)


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

def text_layer_detected? = false