mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-04-21 05:29:57 +08:00
Refa: trival. (#6802)
### What problem does this PR solve? ### Type of change - [x] Refactoring
This commit is contained in:
parent
f49588756e
commit
2caf15b24c
@ -133,7 +133,7 @@ class TableStructureRecognizer(Recognizer):
|
|||||||
return "Ot"
|
return "Ot"
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def construct_table(boxes, is_english=False, html=False):
|
def construct_table(boxes, is_english=False, html=False, **kwargs):
|
||||||
cap = ""
|
cap = ""
|
||||||
i = 0
|
i = 0
|
||||||
while i < len(boxes):
|
while i < len(boxes):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user