[PR #691] [MERGED] Page error parameters #811

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_cloud_services/pull/691
Author: @hexapode
Created: 4/23/2025
Status: Merged
Merged: 4/23/2025
Merged by: @logan-markewich

Base: mainHead: pierre/page_error


📝 Commits (6)

  • 2192ad4 add compact md tables
  • 0943625 add page_error_parameters
  • 2f3a5ce mergefix
  • fcc8f4f update description
  • 9cbce74 add type hint for FailedPageMode and ParsingMode
  • f3ee205 add type hint for FailedPageMode and ParsingMode

📊 Changes

8 files changed (+70 additions, -8 deletions)

View changed files

📝 llama_cloud_services/parse/__init__.py (+7 -2)
📝 llama_cloud_services/parse/base.py (+34 -1)
📝 llama_cloud_services/parse/utils.py (+11 -0)
📝 llama_parse/llama_parse/__init__.py (+7 -2)
📝 llama_parse/llama_parse/base.py (+4 -0)
📝 llama_parse/llama_parse/utils.py (+4 -0)
📝 llama_parse/pyproject.toml (+2 -2)
📝 pyproject.toml (+1 -1)

📄 Description

No description provided


🔄 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/691 **Author:** [@hexapode](https://github.com/hexapode) **Created:** 4/23/2025 **Status:** ✅ Merged **Merged:** 4/23/2025 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `pierre/page_error` --- ### 📝 Commits (6) - [`2192ad4`](https://github.com/run-llama/llama_cloud_services/commit/2192ad4a8edf3ef1825590c46bf25df601c99dea) add compact md tables - [`0943625`](https://github.com/run-llama/llama_cloud_services/commit/09436255798f38ee1145082b0c6dd79a01ae803e) add page_error_parameters - [`2f3a5ce`](https://github.com/run-llama/llama_cloud_services/commit/2f3a5ce2acf6fd4476dd6d6f8e9e9980033210de) mergefix - [`fcc8f4f`](https://github.com/run-llama/llama_cloud_services/commit/fcc8f4f56672257125fdd47da9eaab3a7b428509) update description - [`9cbce74`](https://github.com/run-llama/llama_cloud_services/commit/9cbce746bf926204a8d7e2df617e003de5f7ea14) add type hint for FailedPageMode and ParsingMode - [`f3ee205`](https://github.com/run-llama/llama_cloud_services/commit/f3ee20545608da8e7e4cff38a2376c3786cbc1a3) add type hint for FailedPageMode and ParsingMode ### 📊 Changes **8 files changed** (+70 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `llama_cloud_services/parse/__init__.py` (+7 -2) 📝 `llama_cloud_services/parse/base.py` (+34 -1) 📝 `llama_cloud_services/parse/utils.py` (+11 -0) 📝 `llama_parse/llama_parse/__init__.py` (+7 -2) 📝 `llama_parse/llama_parse/base.py` (+4 -0) 📝 `llama_parse/llama_parse/utils.py` (+4 -0) 📝 `llama_parse/pyproject.toml` (+2 -2) 📝 `pyproject.toml` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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:10 -05:00
yindo closed this issue 2026-02-16 00:19:10 -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#811