langchain_community.document_transformers.beautiful_soup_transformer.get_navigable_strings

langchain_community.document_transformers.beautiful_soup_transformer.get_navigable_strings(element: Any, *, remove_comments: bool = False) Iterator[str][来源代码]

从一个BeautifulSoup元素中获取所有可导航的字符串。

参数
  • element (Any) – 一个BeautifulSoup元素。

  • remove_comments (bool) –

返回

一个字符串生成器。

返回类型

Iterator[str]