Ask a question to get started
Enter to send•Shift+Enter new line
MHTMLLoader( self, file_path: Union[str, Path], open_encoding: Union[str
BaseLoader
file_path
Union[str, Path]
Path to file to load.
open_encoding
Union[str, None]
None
The encoding to use when opening the file.
bs_kwargs
Union[dict, None]
get_text_separator
str
''
Load MHTML document into document objects.
Parse MHTML files with BeautifulSoup.
MHTML
BeautifulSoup
Any kwargs to pass to the BeautifulSoup object.
The separator to use when getting the text from the soup.