소스 검색

Refa: trival. (#6802)

### What problem does this PR solve?


### Type of change


- [x] Refactoring
tags/v0.18.0
Kevin Hu 7 달 전
부모
커밋
2caf15b24c
No account linked to committer's email address
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…
취소
저장