Fix: parent-children pipleine bad case. (#12246)

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Kevin Hu
2025-12-26 18:57:16 +08:00
committed by GitHub
parent 613d2c5790
commit bc9e1e3b9a
3 changed files with 18 additions and 14 deletions

View File

@ -1206,7 +1206,7 @@ class RAGFlowPdfParser:
start = timer()
self._text_merge()
self._concat_downward()
self._naive_vertical_merge(zoomin)
#self._naive_vertical_merge(zoomin)
if callback:
callback(0.92, "Text merged ({:.2f}s)".format(timer() - start))