Module: Xberg::_DocumentExtractor

Defined in:
sig/types.rbs

Instance Method Summary collapse

Instance Method Details

#can_handleBoolean

Parameters:

  • _path (String)
  • _mime_type (String)

Returns:

  • (Boolean)


2507
# File 'sig/types.rbs', line 2507

def can_handle: (String _path, String _mime_type) -> bool

#extractExtractedDocument

Parameters:

Returns:



2504
# File 'sig/types.rbs', line 2504

def extract: (ExtractInput input, ExtractionConfig config) -> ExtractedDocument

#priorityInteger

Returns:

  • (Integer)


2506
# File 'sig/types.rbs', line 2506

def priority: () -> Integer

#supported_mime_typesArray[String]

Returns:

  • (Array[String])


2505
# File 'sig/types.rbs', line 2505

def supported_mime_types: () -> Array[String]