mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Fix: abnormal cell mergeing. (#6991)
### What problem does this PR solve? ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -133,7 +133,7 @@ class TableStructureRecognizer(Recognizer):
|
||||
return "Ot"
|
||||
|
||||
@staticmethod
|
||||
def construct_table(boxes, is_english=False, html=False, **kwargs):
|
||||
def construct_table(boxes, is_english=False, html=True, **kwargs):
|
||||
cap = ""
|
||||
i = 0
|
||||
while i < len(boxes):
|
||||
|
||||
Reference in New Issue
Block a user