Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ def create_document_converter(
|
|
55 |
)
|
56 |
|
57 |
table_structure_options = TableStructureOptions(
|
58 |
-
mode=TableFormerMode[table_mode.
|
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 |
|