mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-04 03:25:30 +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:
@ -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