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,