feat: 完成S02桥接能力并接通M09工作流文档解析闭环

- 新增统一文档解析桥接子域,封装 easy-agents 文档解析门面

- 支持工作流开始节点文件上传与素材选择的单文件对象输入

- DocNode 改为文档解析节点,PDF 走统一解析,非 PDF 保持默认读取
This commit is contained in:
2026-04-14 19:57:32 +08:00
parent 855e93ecbf
commit a41b50959e
30 changed files with 2475 additions and 20 deletions

View File

@@ -26,7 +26,8 @@
"result": "Result",
"confirm": "For contents to be confirmed, please confirm first!",
"completed": "Chain has been completed, please start a new one.",
"fileContentExtraction": "FileContentExtraction",
"fileContentExtraction": "Document Parsing",
"documentInput": "FileInput",
"documentAddress": "DocumentAddress",
"parsedText": "ParsedText",
"resourceSync": "ResourceSync",
@@ -94,7 +95,8 @@
"stageSave": "Save Check",
"stagePreExecute": "Pre-execute Check",
"descriptions": {
"fileContentExtraction": "Extract text content from PDF or Word documents, etc",
"fileContentExtraction": "Parse content from PDF, Word, and other document files",
"documentInput": "Upload a file or choose one from resources",
"documentAddress": "Document URL address",
"parsedText": "Parsed text content",
"resourceSync": "Download resource files and save to system resource library",

View File

@@ -26,7 +26,8 @@
"result": "执行结果",
"confirm": "有待确认的内容,请先确认!",
"completed": "流程已执行完毕,请重新发起。",
"fileContentExtraction": "文件内容提取",
"fileContentExtraction": "文档解析",
"documentInput": "文件输入",
"documentAddress": "文档地址",
"parsedText": "解析后的文本",
"resourceSync": "素材同步",
@@ -94,7 +95,8 @@
"stageSave": "保存校验",
"stagePreExecute": "预执行校验",
"descriptions": {
"fileContentExtraction": "提取 PDF 或 Word 等文件中的文字内容",
"fileContentExtraction": "解析 PDF 或 Word 等文内容",
"documentInput": "上传文件或从素材库中选择文件",
"documentAddress": "文档的url地址",
"parsedText": "解析后的文本内容",
"resourceSync": "下载素材文件并保存到系统素材库",