Replace occurrences of a particular search pattern with a replacement string
Example:
.. code-block:: python from langchain_community.document_transformers import Html2TextTransformer html2text = Html2TextTransformer() docs_transform = html2text.transform_documents(docs)