mirror of
https://github.com/opendatalab/MinerU.git
synced 2026-03-27 11:08:32 +07:00
Fix mineru CLI entry point format in pyproject.toml
Co-authored-by: myhloli <11393164+myhloli@users.noreply.github.com>
This commit is contained in:
87
mineru.egg-info/requires.txt
Normal file
87
mineru.egg-info/requires.txt
Normal file
@@ -0,0 +1,87 @@
|
||||
boto3>=1.28.43
|
||||
click>=8.1.7
|
||||
loguru>=0.7.2
|
||||
numpy>=1.21.6
|
||||
pdfminer.six>=20251230
|
||||
tqdm>=4.67.1
|
||||
requests
|
||||
httpx
|
||||
pillow>=11.0.0
|
||||
pypdfium2>=4.30.0
|
||||
pypdf>=5.6.0
|
||||
reportlab
|
||||
pdftext>=0.6.3
|
||||
modelscope>=1.26.0
|
||||
huggingface-hub>=0.32.4
|
||||
json-repair>=0.46.2
|
||||
opencv-python>=4.11.0.86
|
||||
fast-langdetect<0.3.0,>=0.2.3
|
||||
scikit-image<1.0.0,>=0.25.0
|
||||
openai<3,>=1.70.0
|
||||
beautifulsoup4<5,>=4.13.5
|
||||
magika<1.1.0,>=0.6.2
|
||||
mineru-vl-utils<1,>=0.1.19.1
|
||||
qwen-vl-utils<1,>=0.0.14
|
||||
|
||||
[all]
|
||||
mineru[core]
|
||||
|
||||
[all:sys_platform == "darwin"]
|
||||
mineru[mlx]
|
||||
|
||||
[all:sys_platform == "linux"]
|
||||
mineru[vllm]
|
||||
|
||||
[all:sys_platform == "windows"]
|
||||
mineru[lmdeploy]
|
||||
|
||||
[api]
|
||||
fastapi
|
||||
python-multipart
|
||||
uvicorn
|
||||
|
||||
[core]
|
||||
mineru[vlm]
|
||||
mineru[pipeline]
|
||||
mineru[api]
|
||||
mineru[gradio]
|
||||
|
||||
[gradio]
|
||||
gradio==5.49.1
|
||||
gradio-pdf==0.0.22
|
||||
|
||||
[lmdeploy]
|
||||
lmdeploy<0.12,>=0.10.2
|
||||
|
||||
[mlx]
|
||||
mlx-vlm<0.4,>=0.3.3
|
||||
|
||||
[pipeline]
|
||||
matplotlib<4,>=3.10
|
||||
ultralytics<9,>=8.3.48
|
||||
doclayout_yolo==0.0.4
|
||||
dill<1,>=0.3.8
|
||||
PyYAML<7,>=6.0.1
|
||||
ftfy<7,>=6.3.1
|
||||
shapely<3,>=2.0.7
|
||||
pyclipper<2,>=1.3.0
|
||||
omegaconf<3,>=2.3.0
|
||||
torch<3,>=2.6.0
|
||||
torchvision
|
||||
transformers!=4.51.0,<5.0.0,>=4.49.0
|
||||
onnxruntime>1.17.0
|
||||
|
||||
[test]
|
||||
mineru[core]
|
||||
pytest
|
||||
pytest-cov
|
||||
coverage
|
||||
fuzzywuzzy
|
||||
|
||||
[vllm]
|
||||
vllm<0.12,>=0.10.1.1
|
||||
|
||||
[vlm]
|
||||
torch<3,>=2.6.0
|
||||
transformers!=4.57.2,<5.0.0,>=4.51.1
|
||||
accelerate>=1.5.1
|
||||
Reference in New Issue
Block a user