docling-project / docling-project/docling
how to extract table text
Open
question
triage/close-stale
- Dominant language
- Python
- Stars
- 66.4k
- Forks
- 4.8k
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 84
Description
PdfPipelineOptions(
generate_page_images=False,
generate_picture_images=False,
generate_table_images=False,
do_code_enrichment=False,
do_formula_enrichment=False,
do_picture_classification=False,
do_picture_description=False,
do_ocr=False,
do_table_structure=False
)
so which one do i have to enable to extract table text and also tell me what are the other settings available other than this
give me a code sample which includes all the settings
Contributor guide
Assessment
This issue has not been assessed yet.