You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
521 B
15 lines
521 B
huggingface_hub
|
|
# LightRAG packages
|
|
lightrag-hku
|
|
|
|
# MinerU 2.0 packages (replaces magic-pdf)
|
|
mineru[core]
|
|
|
|
# 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]
|