|
@@ -486,6 +486,7 @@ class DocumentProcessor:
|
|
|
'content': content,
|
|
'content': content,
|
|
|
'section_label': metadata.get('section_label', ''),
|
|
'section_label': metadata.get('section_label', ''),
|
|
|
'project_plan_type': metadata.get('project_plan_type', ''),
|
|
'project_plan_type': metadata.get('project_plan_type', ''),
|
|
|
|
|
+ 'chapter_classification': metadata.get('chapter_classification', ''),
|
|
|
'element_tag': element_tag,
|
|
'element_tag': element_tag,
|
|
|
'chapter': metadata.get('section_label', f'第{chunk.get("page", 0)}页'),
|
|
'chapter': metadata.get('section_label', f'第{chunk.get("page", 0)}页'),
|
|
|
'title': metadata.get('section_label', ''),
|
|
'title': metadata.get('section_label', ''),
|