[PR #850] [MERGED] parse: expose HTML output for result table items when possible #914

Closed
opened 2026-02-16 00:19:31 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_cloud_services/pull/850
Author: @pmrowla
Created: 8/7/2025
Status: Merged
Merged: 8/7/2025
Merged by: @logan-markewich

Base: mainHead: peter/expose-table-html


📝 Commits (1)

  • 4155a08 parse: expose HTML output for result table items when possible

📊 Changes

1 file changed (+4 additions, -0 deletions)

View changed files

📝 py/llama_cloud_services/parse/types.py (+4 -0)

📄 Description

  • Expose PageItem.html when possible (when output_tables_as_HTML is set, both the html and md will be available in the parse JSON result for table items)

Closes https://github.com/run-llama/llama_index/issues/19602


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/llama_cloud_services/pull/850 **Author:** [@pmrowla](https://github.com/pmrowla) **Created:** 8/7/2025 **Status:** ✅ Merged **Merged:** 8/7/2025 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `peter/expose-table-html` --- ### 📝 Commits (1) - [`4155a08`](https://github.com/run-llama/llama_cloud_services/commit/4155a08176229b1a0f6be9885dc41fccf857f939) parse: expose HTML output for result table items when possible ### 📊 Changes **1 file changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `py/llama_cloud_services/parse/types.py` (+4 -0) </details> ### 📄 Description - Expose `PageItem.html` when possible (when `output_tables_as_HTML` is set, both the `html` and `md` will be available in the parse JSON result for table items) Closes https://github.com/run-llama/llama_index/issues/19602 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 00:19:31 -05:00
yindo closed this issue 2026-02-16 00:19:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_cloud_services#914