| def __init__( | def __init__( | ||||
| self, | self, | ||||
| file_path: str, | file_path: str, | ||||
| remove_hyperlinks: bool = True, | |||||
| remove_images: bool = True, | |||||
| remove_hyperlinks: bool = False, | |||||
| remove_images: bool = False, | |||||
| encoding: Optional[str] = None, | encoding: Optional[str] = None, | ||||
| autodetect_encoding: bool = True, | autodetect_encoding: bool = True, | ||||
| ): | ): |