Spaces:
Runtime error
Runtime error
uncomment requirements
Browse files
app.py
CHANGED
@@ -171,8 +171,7 @@ def build_gradio_analyzer():
|
|
171 |
text_container=cfg.TEXT_ORDERING.TEXT_CONTAINER,
|
172 |
floating_text_block_categories=cfg.TEXT_ORDERING.FLOATING_TEXT_BLOCK,
|
173 |
text_block_categories=cfg.TEXT_ORDERING.TEXT_BLOCK,
|
174 |
-
include_residual_text_container=cfg.TEXT_ORDERING.TEXT_CONTAINER_TO_TEXT_BLOCK
|
175 |
-
)
|
176 |
pipe_component_list.append(order)
|
177 |
|
178 |
pipe = dd.DoctectionPipe(pipeline_component_list=pipe_component_list)
|
|
|
171 |
text_container=cfg.TEXT_ORDERING.TEXT_CONTAINER,
|
172 |
floating_text_block_categories=cfg.TEXT_ORDERING.FLOATING_TEXT_BLOCK,
|
173 |
text_block_categories=cfg.TEXT_ORDERING.TEXT_BLOCK,
|
174 |
+
include_residual_text_container=cfg.TEXT_ORDERING.TEXT_CONTAINER_TO_TEXT_BLOCK)
|
|
|
175 |
pipe_component_list.append(order)
|
176 |
|
177 |
pipe = dd.DoctectionPipe(pipeline_component_list=pipe_component_list)
|