Summarize Tables, Figures and Charts in Documents
Parameter | Description | Default Value |
---|---|---|
table_summarization | Enable summarization of tables present in the document. This will generate a summary of the table content, including key insights and trends. | false |
figure_summarization | Enable summarization of figures present in the document. This will generate a summary of the figure content, including key insights and trends. | false |
table_summarization_prompt | A custom prompt to use for table summarization. This can be used to provide additional context or instructions to the AI model for summarizing tables in the document. If not specified, the default prompt will be used. | - |
figure_summarization_prompt | A custom prompt to use for figure summarization. This can be used to provide additional context or instructions to the AI model for summarizing figures in the document. If not specified, the default prompt will be used. | - |
table_summarization
to true
in the enrichment_options
JSON object when calling the parse
API.
figure_summarization
to true
in the enrichment_options
JSON object when calling the parse
API.