mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-19 12:06:42 +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:
@ -280,6 +280,7 @@ class Parser(ProcessBase):
|
||||
binary=blob,
|
||||
callback=self.callback,
|
||||
parse_method=conf.get("mineru_parse_method", "raw"),
|
||||
lang=conf.get("lang", "Chinese"),
|
||||
)
|
||||
bboxes = []
|
||||
for t, poss in lines:
|
||||
|
||||
Reference in New Issue
Block a user