From d4283ccbd48e195e110364107e6c562d8733cf74 Mon Sep 17 00:00:00 2001 From: Christoph Auer <60343111+cau-git@users.noreply.github.com> Date: Thu, 26 Sep 2024 17:44:48 +0200 Subject: [PATCH] Adjust parameters on custom_convert Signed-off-by: Christoph Auer <60343111+cau-git@users.noreply.github.com> --- examples/custom_convert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/custom_convert.py b/examples/custom_convert.py index 958583e9..9c84d8dd 100644 --- a/examples/custom_convert.py +++ b/examples/custom_convert.py @@ -84,7 +84,7 @@ def main(): # pipeline_options = PipelineOptions() # pipeline_options.do_ocr=True # pipeline_options.do_table_structure=True - # pipeline_options.table_structure_options.do_cell_matching = False + # pipeline_options.table_structure_options.do_cell_matching = True # doc_converter = DocumentConverter( # pipeline_options=pipeline_options,