PageIndex/pageindex/backend
Ray ebfda6d975 fix: parse cloud responses by their real keys, not guessed fallbacks
The server's tree/OCR payload key is 'result' and page items carry
'page_index'/'markdown' (verified against the API implementation and the
0.2.x SDK). The tree/structure/pages/ocr/page/content/start_index reads
never matched anything; delete them so a future contract change fails
loudly instead of silently reading a wrong field.
2026-07-21 16:11:20 +08:00
..
__init__.py feat: add PageIndex SDK with local/cloud dual-mode support (#207) 2026-04-08 20:21:58 +08:00
cloud.py fix: parse cloud responses by their real keys, not guessed fallbacks 2026-07-21 16:11:20 +08:00
local.py feat: restore status and page/line counts in local get_document 2026-07-19 15:25:25 +08:00
protocol.py fix: enforce collection membership on cloud doc-scoped operations 2026-07-16 06:20:24 +08:00