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)


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

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

#extractExtractedDocument

Parameters:

Returns:



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

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

#priorityInteger

Returns:

  • (Integer)


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

def priority: () -> Integer

#supported_mime_typesArray[String]

Returns:

  • (Array[String])


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

def supported_mime_types: () -> Array[String]