From 2caf15b24c6f77c5a6b0b1de6964036c740cbc71 Mon Sep 17 00:00:00 2001 From: Kevin Hu Date: Thu, 3 Apr 2025 19:01:24 +0800 Subject: [PATCH] Refa: trival. (#6802) ### What problem does this PR solve? ### Type of change - [x] Refactoring --- deepdoc/vision/table_structure_recognizer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deepdoc/vision/table_structure_recognizer.py b/deepdoc/vision/table_structure_recognizer.py index 7d0e1b4d..64ad8b92 100644 --- a/deepdoc/vision/table_structure_recognizer.py +++ b/deepdoc/vision/table_structure_recognizer.py @@ -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):