瀏覽代碼

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

Loading…
取消
儲存