mirror of
https://github.com/HKUDS/RAG-Anything.git
synced 2025-08-20 19:01:34 +03:00
15 lines
561 B
Plaintext
15 lines
561 B
Plaintext
huggingface_hub
|
|
# LightRAG packages
|
|
lightrag-hku
|
|
# MinerU 2.0 packages (replaces magic-pdf)
|
|
mineru[core]
|
|
# Progress bars for batch processing
|
|
tqdm
|
|
# Note: Optional dependencies are now defined in setup.py extras_require:
|
|
# - [image]: Pillow>=10.0.0 (for BMP, TIFF, GIF, WebP format conversion)
|
|
# - [text]: reportlab>=4.0.0 (for TXT, MD to PDF conversion)
|
|
# - [office]: requires LibreOffice (external program, not Python package)
|
|
# - [all]: includes all optional dependencies
|
|
#
|
|
# Install with: pip install raganything[image,text] or pip install raganything[all]
|