mirror of
https://github.com/opendatalab/MinerU.git
synced 2026-03-27 11:08:32 +07:00
Compare commits
5 Commits
release-2.
...
copilot/an
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fbea43f0e0 | ||
|
|
9ac7d8cbf7 | ||
|
|
dc42d7d654 | ||
|
|
1c57a7bd9b | ||
|
|
e2282af933 |
6
.gitignore
vendored
6
.gitignore
vendored
@@ -16,6 +16,12 @@ debug/
|
||||
*.ipynb
|
||||
.idea
|
||||
|
||||
# Python build artifacts
|
||||
*.egg-info/
|
||||
build/
|
||||
dist/
|
||||
*.egg
|
||||
|
||||
# vscode history
|
||||
.history
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
__version__ = "2.7.2"
|
||||
__version__ = "2.7.3"
|
||||
|
||||
@@ -109,7 +109,7 @@ repository = "https://github.com/opendatalab/MinerU"
|
||||
issues = "https://github.com/opendatalab/MinerU/issues"
|
||||
|
||||
[project.scripts]
|
||||
mineru = "mineru.cli:client.main"
|
||||
mineru = "mineru.cli.client:main"
|
||||
mineru-vllm-server = "mineru.cli.vlm_server:vllm_server"
|
||||
mineru-lmdeploy-server = "mineru.cli.vlm_server:lmdeploy_server"
|
||||
mineru-openai-server = "mineru.cli.vlm_server:openai_server"
|
||||
|
||||
Reference in New Issue
Block a user