class MarkItDownLoader:
def __init__(
self,
llm_client: Optional[object] = None,
llm_model: Optional[str] = None
):
None
)None
)def _validate_format(self, file_path: str):
def convert_file(self, file_path: str):
def convert_files(
self,
file_paths: List[str],
parallel: bool = False,
skip_failed: bool = False
):
False
)False
)