PageIndex/pageindex/index
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
page_index.py fix: align merged hardening with dev's robustness and content fidelity 2026-07-17 18:45:13 +08:00
page_index_md.py Merge upstream/main into dev; port hardening into index/ 2026-07-17 18:11:14 +08:00
pipeline.py fix: harden indexing and query paths against malformed inputs 2026-07-16 06:20:36 +08:00
utils.py fix: harden edge cases in cloud upload, local doc_type, and PDF utilities 2026-07-18 23:44:45 +08:00