mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-03-27 13:28:32 +07:00
Update article-reader.mdx
This commit is contained in:
@@ -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.
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user