mirror of
https://github.com/run-llama/llama-cloud-py.git
synced 2026-08-24 10:52:54 -04:00
[PR #7] [MERGED] Add parse and extract examples #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/llama-cloud-py/pull/7
Author: @logan-markewich
Created: 11/26/2025
Status: ✅ Merged
Merged: 11/26/2025
Merged by: @logan-markewich
Base:
main← Head:logan/add_examples📝 Commits (4)
28b8f46Add examples and support for parse and extract1fc5144linting390e040exclude examples from mypyb7e3bb1fix tests📊 Changes
16 files changed (+624 additions, -34 deletions)
View changed files
➖
examples/.keep(+0 -4)➕
examples/extract/high_level.py(+68 -0)➕
examples/extract/low_level.py(+86 -0)➕
examples/parse/download_images.py(+48 -0)➕
examples/parse/high_level.py(+77 -0)➕
examples/parse/low_level.py(+41 -0)📝
pyproject.toml(+1 -1)📝
scripts/bootstrap(+1 -1)📝
src/llama_cloud/_files.py(+9 -5)📝
src/llama_cloud/_polling.py(+5 -2)📝
src/llama_cloud/_types.py(+2 -2)📝
src/llama_cloud/resources/extraction/extraction.py(+264 -0)📝
src/llama_cloud/resources/extraction/jobs.py(+4 -6)📝
src/llama_cloud/resources/parsing/parsing.py(+11 -5)📝
src/llama_cloud/types/parsing/job/parsing_job_json_result.py(+3 -1)📝
tests/test_files.py(+4 -7)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.