Skip to content

Commit

Permalink
Documentation improvements
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Auer <[email protected]>
  • Loading branch information
cau-git committed Jul 17, 2024
1 parent f221083 commit 60302c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ This can improve output quality if you find that multiple columns in extracted t
```python

pipeline_options = PipelineOptions(do_table_structure=True)
pipeline_options.table_structure_options.do_cell_matching = True
pipeline_options.table_structure_options.do_cell_matching = False # Uses text cells predicted from table structure model

doc_converter = DocumentConverter(
artifacts_path=artifacts_path,
pipeline_options=pipeline_options, # Controls if OCR is applied (ignores programmatic content)
pipeline_options=pipeline_options,
)
```

Expand Down

0 comments on commit 60302c3

Please sign in to comment.