mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 08:56:47 +08:00
### What problem does this PR solve? Feat: Put the configuration of different parsing methods into separate components. #5467 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -138,7 +138,7 @@ export default {
|
||||
fromMessage: 'Missing start page number',
|
||||
toPlaceholder: 'to',
|
||||
toMessage: 'Missing end page number (excluded)',
|
||||
layoutRecognize: 'Layout recognition & OCR',
|
||||
layoutRecognize: 'Document parser',
|
||||
layoutRecognizeTip:
|
||||
'Use visual models for layout analysis to better understand the structure of the document and effectively locate document titles, text blocks, images, and tables. If disabled, only the plain text in the PDF will be retrieved.',
|
||||
taskPageSize: 'Task page size',
|
||||
@ -195,6 +195,7 @@ export default {
|
||||
metaData: 'Meta data',
|
||||
deleteDocumentConfirmContent:
|
||||
'The document is associated with the knowledge graph. After deletion, the related node and relationship information will be deleted, but the graph will not be updated immediately. The update graph action is performed during the process of parsing the new document that carries the knowledge graph extraction task.',
|
||||
plainText: 'Naive',
|
||||
},
|
||||
knowledgeConfiguration: {
|
||||
titleDescription:
|
||||
|
||||
@ -136,7 +136,7 @@ export default {
|
||||
fromMessage: '缺少起始頁碼',
|
||||
toPlaceholder: '到',
|
||||
toMessage: '缺少結束頁碼(不包含)',
|
||||
layoutRecognize: '佈局識別和 OCR',
|
||||
layoutRecognize: '文件解析器',
|
||||
layoutRecognizeTip:
|
||||
'使用視覺模型進行佈局分析,以更好地識別文檔結構,找到標題、文本塊、圖像和表格的位置。如果沒有此功能,則只能獲取 PDF 的純文本。',
|
||||
taskPageSize: '任務頁面大小',
|
||||
@ -192,6 +192,7 @@ export default {
|
||||
metaData: '元資料',
|
||||
deleteDocumentConfirmContent:
|
||||
'該文件與知識圖譜相關聯。刪除後,相關節點和關係資訊將被刪除,但圖不會立即更新。更新圖動作是在解析承載知識圖譜提取任務的新文件的過程中執行的。 ',
|
||||
plainText: '簡易',
|
||||
},
|
||||
knowledgeConfiguration: {
|
||||
titleDescription: '在這裡更新您的知識庫詳細信息,尤其是解析方法。',
|
||||
|
||||
@ -136,7 +136,7 @@ export default {
|
||||
fromMessage: '缺少起始页码',
|
||||
toPlaceholder: '到',
|
||||
toMessage: '缺少结束页码(不包含)',
|
||||
layoutRecognize: '布局识别和 OCR',
|
||||
layoutRecognize: '文档解析器',
|
||||
layoutRecognizeTip:
|
||||
'使用视觉模型进行布局分析,以更好地识别文档结构,找到标题、文本块、图像和表格的位置。 如果没有此功能,则只能获取 PDF 的纯文本。',
|
||||
taskPageSize: '任务页面大小',
|
||||
@ -192,6 +192,7 @@ export default {
|
||||
metaData: '元数据',
|
||||
deleteDocumentConfirmContent:
|
||||
'该文档与知识图谱相关联。删除后,相关节点和关系信息将被删除,但图不会立即更新。更新图动作是在解析承载知识图谱提取任务的新文档的过程中执行的。',
|
||||
plainText: '简易',
|
||||
},
|
||||
knowledgeConfiguration: {
|
||||
titleDescription: '在这里更新您的知识库详细信息,尤其是解析方法。',
|
||||
|
||||
Reference in New Issue
Block a user