[MinerU Ops] integrate 3 mineru operators for clarity#473
Merged
SunnyHaze merged 4 commits intoOpenDCAI:mainfrom Feb 14, 2026
Merged
[MinerU Ops] integrate 3 mineru operators for clarity#473SunnyHaze merged 4 commits intoOpenDCAI:mainfrom
SunnyHaze merged 4 commits intoOpenDCAI:mainfrom
Conversation
SunnyHaze
requested changes
Feb 12, 2026
Collaborator
SunnyHaze
left a comment
There was a problem hiding this comment.
其他的感觉都很好,这个可能小修一下Lazzyload。
@haolpku @wongzhenhao @ZhaoyangHan04 三位可以大概确认下
| from dataflow.core import OperatorABC | ||
| from pathlib import Path | ||
| from abc import abstractmethod | ||
| from flash_mineru import MineruEngine |
Collaborator
There was a problem hiding this comment.
所有外部库都要Lazzyload,确保不安装也不会影响其他算子功能。
…it flash-mineru v0.0.2
4fc032b to
5525e51
Compare
fatty-belly
pushed a commit
to fatty-belly/DataFlow
that referenced
this pull request
Feb 14, 2026
* integrate 3 mineru operators * lazy load flash_mineru * [op] update mineru OPs: update get_desc; update param for __init__; fit flash-mineru v0.0.2 * [statics] revise name of mineru OPs; update all script to fit mineru update. --------- Co-authored-by: Sunnyhaze <mxch1122@126.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
abstrat a base class named MinerUABC and merge the same workflow between three mineru operators (API, mineru command, flash mineru)