### What problem does this PR solve? ### Type of change - [x] Refactoringtags/v0.18.0
| @@ -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): | |||