feat: add pages to ChunkMethodModal (#143)
This commit is contained in:
12
web/src/interfaces/request/document.ts
Normal file
12
web/src/interfaces/request/document.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export interface IChangeParserConfigRequestBody {
|
||||
pages: number[][];
|
||||
chunk_token_num: number;
|
||||
layout_recognize: boolean;
|
||||
task_page_size: number;
|
||||
}
|
||||
|
||||
export interface IChangeParserRequestBody {
|
||||
parser_id: string;
|
||||
doc_id: string;
|
||||
parser_config: IChangeParserConfigRequestBody;
|
||||
}
|
||||
Reference in New Issue
Block a user