Refa: trival. (#6802)

### What problem does this PR solve?


### Type of change


- [x] Refactoring
This commit is contained in:
Kevin Hu 2025-04-03 19:01:24 +08:00 committed by GitHub
parent f49588756e
commit 2caf15b24c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -133,7 +133,7 @@ class TableStructureRecognizer(Recognizer):
return "Ot"
@staticmethod
def construct_table(boxes, is_english=False, html=False):
def construct_table(boxes, is_english=False, html=False, **kwargs):
cap = ""
i = 0
while i < len(boxes):