get_pipeline
- lib.infer.runner.get_pipeline(runner: ExtractRunner) list[ExtractRunner]
Obtain a list of runners in order of input to output of the extraction chain that the given runner belongs to
- Parameters:
runner (ExtractRunner) – The initialized runner to obtain the full chain for
- Return type:
The ordered list of runners if the inference chain that the given runner belongs to