Explorar el Código

Refa: trival. (#6802)

### What problem does this PR solve?


### Type of change


- [x] Refactoring
tags/v0.18.0
Kevin Hu hace 7 meses
padre
commit
2caf15b24c
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      deepdoc/vision/table_structure_recognizer.py

+ 1
- 1
deepdoc/vision/table_structure_recognizer.py Ver fichero

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

Cargando…
Cancelar
Guardar