# Module file\_type ## FileTypeClassifier ```python class FileTypeClassifier(BaseComponent) ``` Route files in an Indexing Pipeline to corresponding file converters. #### run ```python | run(file_paths: Union[Path, List[Path]]) ``` Return the output based on file extension