PageIndex/pageindex/backend
Ray 3a1727b578 fix: harden edge cases in cloud upload, local doc_type, and PDF utilities
- cloud.py: replace bare resp['doc_id'] with .get() + CloudAPIError
- local.py: case-insensitive doc_type comparison for .PDF extensions
- utils.py: add else branch to get_pdf_name for non-str/BytesIO inputs
- utils.py: raise ValueError in get_page_tokens when PyMuPDF path invalid
2026-07-18 23:44:45 +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: harden edge cases in cloud upload, local doc_type, and PDF utilities 2026-07-18 23:44:45 +08:00
local.py fix: harden edge cases in cloud upload, local doc_type, and PDF utilities 2026-07-18 23:44:45 +08:00
protocol.py fix: enforce collection membership on cloud doc-scoped operations 2026-07-16 06:20:24 +08:00