PageIndex/pageindex/parser
Ray 472d871ac3 feat: make pymupdf an optional [images] extra
The default install stays permissively licensed (PyMuPDF is AGPL). Text
extraction is PyPDF2 everywhere; image extraction requires
pip install "pageindex[images]" and degrades to text-only with a
one-time warning when PyMuPDF is absent.
2026-07-19 16:20:36 +08:00
..
__init__.py feat: add PageIndex SDK with local/cloud dual-mode support (#207) 2026-04-08 20:21:58 +08:00
markdown.py feat: restore status and page/line counts in local get_document 2026-07-19 15:25:25 +08:00
pdf.py feat: make pymupdf an optional [images] extra 2026-07-19 16:20:36 +08:00
protocol.py feat: restore status and page/line counts in local get_document 2026-07-19 15:25:25 +08:00