浏览代码

Refa: trival. (#6802)

### What problem does this PR solve?


### Type of change


- [x] Refactoring
tags/v0.18.0
Kevin Hu 7 个月前
父节点
当前提交
2caf15b24c
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      deepdoc/vision/table_structure_recognizer.py

+ 1
- 1
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):

正在加载...
取消
保存