mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 08:56:47 +08:00
Refa: only support MinerU-API now (#11977)
### What problem does this PR solve? Only support MinerU-API now, still need to complete frontend for pipeline to allow the configuration of MinerU options. ### Type of change - [x] Refactoring
This commit is contained in:
@ -34,8 +34,13 @@ export interface IDocumentInfo {
|
||||
export interface IParserConfig {
|
||||
delimiter?: string;
|
||||
html4excel?: boolean;
|
||||
layout_recognize?: boolean;
|
||||
pages: any[];
|
||||
layout_recognize?: string;
|
||||
pages?: any[];
|
||||
chunk_token_num?: number;
|
||||
auto_keywords?: number;
|
||||
auto_questions?: number;
|
||||
toc_extraction?: boolean;
|
||||
task_page_size?: number;
|
||||
raptor?: Raptor;
|
||||
graphrag?: GraphRag;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user