Replies: 1 comment
|
Hi @auzty! I'm Dosu and I'm helping the OpenDataLab team. The quality difference you're seeing is most likely due to the default effort level changing between these versions. MinerU v3.3 introduced
Since you're already using
Would you like me to dig deeper into the specific layout or OCR changes that might affect underline detection in scanned documents? To reply, just mention @dosu. Docs are dead. Just use Dosu. |



Hi @auzty! I'm Dosu and I'm helping the OpenDataLab team.
The quality difference you're seeing is most likely due to the default effort level changing between these versions. MinerU v3.3 introduced
mediumandhigheffort levels, withmediumas the new default [1]. In v3.1.11 there were no effort levels — the engine always ran at full quality. So even though you're passing--effort highin your CLI command, there are a couple of other changes that may also contribute:OCR detector thresholds were tightened in v3.1.15 —
det_db_box_threshwas raised from0.3→0.5anddet_db_unclip_ratioreduced from1.8→1.5[2]. This can reduce text-region recall on scanned PDFs with faint or tightly s…