|
|
|
@ -40,7 +40,7 @@ async def main():
|
|
|
|
|
config = RAGAnythingConfig(
|
|
|
|
|
working_dir=WORKING_DIR,
|
|
|
|
|
mineru_parse_method="auto",
|
|
|
|
|
enable_image_processing=True, # 不处理图片
|
|
|
|
|
enable_image_processing=True, # 处理图片
|
|
|
|
|
enable_table_processing=True, # 处理表格
|
|
|
|
|
enable_equation_processing=True, # 处理公式
|
|
|
|
|
)
|
|
|
|
|