mirror of
https://github.com/hwchase17/langchain.git
synced 2025-10-14 05:19:27 +00:00
docs: document_transformers
consistency (#10467)
- Updated `document_transformers` examples: titles, descriptions, links - Added `integrations/providers` for missed document_transformers
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
"id": "fe6e5c82",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"# html2text\n",
|
||||
"# HTML to text\n",
|
||||
"\n",
|
||||
"[html2text](https://github.com/Alir3z4/html2text/) is a Python script that converts a page of HTML into clean, easy-to-read plain ASCII text. \n",
|
||||
">[html2text](https://github.com/Alir3z4/html2text/) is a Python package that converts a page of `HTML` into clean, easy-to-read plain `ASCII text`. \n",
|
||||
"\n",
|
||||
"The ASCII also happens to be valid Markdown (a text-to-HTML format)."
|
||||
"The ASCII also happens to be a valid `Markdown` (a text-to-HTML format)."
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -125,7 +125,7 @@
|
||||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.9.16"
|
||||
"version": "3.10.12"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
|
Reference in New Issue
Block a user