[PR #851] [MERGED] feat: add parse and getTables methods to LlamaParseReader #913

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/851
Author: @AstraBert
Created: 8/7/2025
Status: Merged
Merged: 8/8/2025
Merged by: @AstraBert

Base: mainHead: clelia/refactor-parse-ts


📝 Commits (4)

  • 8ec1add feat: add parse and getTables methods to LlamaParseReader
  • c7a944a feat: add tests
  • 93e22a9 fix: loop logic to fix test 🙈
  • 6195948 chore: implement suggestions

📊 Changes

4 files changed (+182 additions, -6 deletions)

View changed files

📝 ts/llama_cloud_services/src/reader.ts (+81 -6)
📝 ts/llama_cloud_services/src/type.ts (+10 -0)
📝 ts/llama_cloud_services/src/utils.ts (+18 -0)
📝 ts/llama_cloud_services/tests/integration.test.ts (+73 -0)

📄 Description

With this PR we add the parse and getTables method to LlamaParseReader in the TS SDK to align it with the Python one.


🔄 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/851 **Author:** [@AstraBert](https://github.com/AstraBert) **Created:** 8/7/2025 **Status:** ✅ Merged **Merged:** 8/8/2025 **Merged by:** [@AstraBert](https://github.com/AstraBert) **Base:** `main` ← **Head:** `clelia/refactor-parse-ts` --- ### 📝 Commits (4) - [`8ec1add`](https://github.com/run-llama/llama_cloud_services/commit/8ec1add0028ef64cf1171139cd5e4c0ca393c27b) feat: add parse and getTables methods to LlamaParseReader - [`c7a944a`](https://github.com/run-llama/llama_cloud_services/commit/c7a944a9d1d85bf769e7c838de6b0f4f3cefeee6) feat: add tests - [`93e22a9`](https://github.com/run-llama/llama_cloud_services/commit/93e22a9b4f2cfa73324ae7128892f90d6693bad4) fix: loop logic to fix test :see_no_evil: - [`6195948`](https://github.com/run-llama/llama_cloud_services/commit/6195948ae104204d665765705428582dbee6a92f) chore: implement suggestions ### 📊 Changes **4 files changed** (+182 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `ts/llama_cloud_services/src/reader.ts` (+81 -6) 📝 `ts/llama_cloud_services/src/type.ts` (+10 -0) 📝 `ts/llama_cloud_services/src/utils.ts` (+18 -0) 📝 `ts/llama_cloud_services/tests/integration.test.ts` (+73 -0) </details> ### 📄 Description With this PR we add the `parse` and `getTables` method to `LlamaParseReader` in the TS SDK to align it with the Python one. --- <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#913