translate: unify Doc Extractor name in Japanese pages (#776) (backport to release/1.14.0)#810
Merged
Merged
Conversation
* translate: unify Doc Extractor name in Japanese pages Several Japanese pages translate the Doc Extractor workflow node under inconsistent names (ドキュメントエクストラクター, ドキュメントエクストラクタ, ドキュメント抽出機, 文書抽出機, ドキュメント抽出ノード, テキスト抽出ツール), while other pages — including the most user-facing ones — already use ドキュメント抽出器, the same form used for the analogous Parameter Extractor node (パラメータ抽出器). Align the inconsistent pages with ドキュメント抽出器. Pages that already use ドキュメント抽出器 are left unchanged. Intentionally left untouched: - "Doc Extractor/text" UI variable references in quick-start.mdx - "ドキュメント抽出ライブラリ" in the ETL_TYPE description - Generic "ドキュメント抽出" listed alongside other categories in create-knowledge-pipeline.mdx - Generic "エクストラクタ" used as a category noun in file-upload.mdx * translate: align Doc Extractor term to テキスト抽出 and drop legacy edits --------- Co-authored-by: RiskeyL <7a8y@163.com> (cherry picked from commit 68a357f)
Contributor
There was a problem hiding this comment.
Pull request overview
This backport standardizes the Japanese naming for the Doc Extractor node across several end-user docs, aligning references to テキスト抽出 / テキスト抽出ノード in tutorials, node docs, and knowledge pipeline guidance.
Changes:
- Renames Doc Extractor mentions to テキスト抽出 / テキスト抽出ノード across multiple Japanese pages.
- Updates related headings, captions/alt text, and in-page link text to match the new wording.
- Adjusts a few sentences where the node name is referenced in workflow explanations.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| ja/use-dify/tutorials/article-reader.mdx | Updates the section heading and body references for the Doc Extractor node, but still has some leftover inconsistent terminology in the same page. |
| ja/use-dify/nodes/user-input.mdx | Updates an example routing sentence to refer to テキスト抽出ノード. |
| ja/use-dify/nodes/doc-extractor.mdx | Renames the node page title/content to テキスト抽出 and updates related captions. |
| ja/use-dify/knowledge/knowledge-pipeline/knowledge-pipeline-orchestration.mdx | Updates the document processor section and cross-link text to テキスト抽出, plus Doc Extractor label wording. |
| ja/use-dify/getting-started/quick-start.mdx | Updates the quick start step text to refer to テキスト抽出ノード. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
35
to
+37
| ビジネスシーンに応じて、適切なファイルアップロード方法を選択してください。 | ||
|
|
||
| ### **テキスト抽出ツール** | ||
| ### **テキスト抽出** |
| PDF、XLSX、DOCXなど多様な形式のドキュメントが存在しますが、LLMはこれらをそのまま扱えません。そのため、抽出器(Extractor)が各種ファイルを解析・変換し、LLMが扱いやすい形式に変換します。 | ||
|
|
||
| Difyのドキュメント抽出器、あるいはMarketplaceから「Dify Extractor」「Unstructured」等のツールを選択できます。 | ||
| Difyのテキスト抽出ノード、あるいはMarketplaceから「Dify Extractor」「Unstructured」等のツールを選択できます。 |
|
|
||
| <Tip> | ||
| 詳細は[ドキュメント抽出器](/ja/use-dify/nodes/doc-extractor)をご参照ください。 | ||
| 詳細は[テキスト抽出](/ja/use-dify/nodes/doc-extractor)をご参照ください。 |
| 1. ドキュメントノードの後に、テキスト抽出ノードを追加します。 | ||
|
|
||
| 2. ドキュメント抽出器ノードのパネルで、`Document/result`を入力変数として設定します。 | ||
| 2. テキスト抽出ノードのパネルで、`Document/result`を入力変数として設定します。 |
|
|
||
|
|
||
| ドキュメントエクストラクターノードは、アップロードされたファイルを大規模言語モデルが処理できるテキストに変換します。言語モデルはPDFやDOCXなどのドキュメント形式を直接読み取ることができないため、このノードはファイルアップロードとAI分析の間の重要な橋渡し役を果たします。 | ||
| テキスト抽出ノードは、アップロードされたファイルを大規模言語モデルが処理できるテキストに変換します。言語モデルはPDFやDOCXなどのドキュメント形式を直接読み取ることができないため、このノードはファイルアップロードとAI分析の間の重要な橋渡し役を果たします。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport
This will backport the following commits from
maintorelease/1.14.0: