Module: Xberg::_PostProcessor

Defined in:
sig/types.rbs

Instance Method Summary collapse

Instance Method Details

#processvoid

This method returns an undefined value.

Optional methods the bridge calls when the object defines them (the trait's Rust default behavior applies otherwise): should_process, estimated_duration_ms, priority. The lifecycle hooks initialize/shutdown are likewise optional (note: Ruby constructors are private and never count as the lifecycle hook).

Parameters:



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

def process: (ExtractedDocument result, ExtractionConfig config) -> void

#processing_stageProcessingStage

Returns:



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

def processing_stage: () -> ProcessingStage