From d63c4511096b65abc6d28ac9e4d71ab01208301c Mon Sep 17 00:00:00 2001 From: "Jing Y." <106428961+saltism@users.noreply.github.com> Date: Tue, 3 Jun 2025 14:53:34 +0800 Subject: [PATCH] Update article-reader.mdx --- en/workshop/intermediate/article-reader.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/en/workshop/intermediate/article-reader.mdx b/en/workshop/intermediate/article-reader.mdx index c8559fe6..91627981 100644 --- a/en/workshop/intermediate/article-reader.mdx +++ b/en/workshop/intermediate/article-reader.mdx @@ -48,7 +48,9 @@ Please choose the appropriate file upload method according to your business scen **LLM cannot read files directly.** This is a common misconception among many users when they first use file upload, as they might think simply using the file as a variable in an LLM node would work. However, in reality, the LLM reads nothing from file variables. -Thus, Dify introduced the **doc extractor**, which can extract text from the file variable and output it as a text variable. +Thus, Dify introduced the **doc extractor** node, which can extract text from the file variable and output it as a text variable. + +The **doc extractor** node takes the file variable from the **start** node as input and converts document files into text output. ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/intermediate/bc4b1492bd10ef782457ec6a709997f9.png)