'commit'
This commit is contained in:
@@ -45,7 +45,7 @@ async def main():
|
||||
|
||||
# 创建 RAGAnything 配置
|
||||
config = RAGAnythingConfig(
|
||||
working_dir="./rag_storage",
|
||||
working_dir="./Topic/Geogebra",
|
||||
parser="mineru", # 选择解析器:mineru 或 docling
|
||||
parse_method="auto", # 解析方法:auto, ocr 或 txt
|
||||
enable_image_processing=True,
|
||||
@@ -137,7 +137,7 @@ async def main():
|
||||
# 处理文档
|
||||
await rag.process_document_complete(
|
||||
file_path="./Doc/GeoGebra5经典版指令汇编201903061.pdf",
|
||||
output_dir="./output",
|
||||
output_dir="./Topic/Geogebra",
|
||||
parse_method="auto"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user