Results 2 comments of ELToulemonde

Ok for solution number 3 with function `image_to_outputs` Rergarding the output, I see multiple scenaris: 1. Return one of the outputs (the first one) For example if `extension = "tsv...

**New function signature** We could have a signature like this: ``` def image_to_outputs(image: str, lang: str=None, config: str='', nice: int=0, extension: tuple=('tsv', 'pdf'), output_type: tuple=(Output.FILEPATH, Output.FILEPATH)) -> tuple: ``` **Implementation**...