Skip to content

Commit

Permalink
Adjust parameters on custom_convert
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Auer <[email protected]>
  • Loading branch information
cau-git authored Sep 26, 2024
1 parent 78db47d commit d4283cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/custom_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d4283cc

Please sign in to comment.