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



4314
4315
4316
# File 'lib/xberg/native.rb', line 4314

def self.from_hash(hash)
  new
end

Instance Method Details

#chunking_disabled?Boolean

Returns:

  • (Boolean)


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

def chunking_disabled? = true

#fast_text_extraction?Boolean

Returns:

  • (Boolean)


4310
4311
4312
# File 'lib/xberg/native.rb', line 4310

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

#few_pages?Boolean

Returns:

  • (Boolean)


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

def few_pages? = false

#format_not_chunkable?Boolean

Returns:

  • (Boolean)


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

def format_not_chunkable? = false

#small_file?Boolean

Returns:

  • (Boolean)


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

def small_file? = false

#text_layer_detected?Boolean

Returns:

  • (Boolean)


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

def text_layer_detected? = false