Artemis-IA commited on
Commit
15c65bb
·
verified ·
1 Parent(s): cb17f12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def create_document_converter(
55
  )
56
 
57
  table_structure_options = TableStructureOptions(
58
- mode=TableFormerMode[table_mode.lower()],
59
  do_cell_matching=True,
60
  )
61
 
 
55
  )
56
 
57
  table_structure_options = TableStructureOptions(
58
+ mode=TableFormerMode[table_mode.upper()],
59
  do_cell_matching=True,
60
  )
61