Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
MinerU
Commits
b8856ca9
"git@developer.sourcefind.cn:zhaoyu6/sglang.git" did not exist on "b6fb5d766623f155818efb3abe800c31ca1fd1c3"
Unverified
Commit
b8856ca9
authored
Apr 08, 2025
by
Xiaomeng Zhao
Committed by
GitHub
Apr 08, 2025
Browse files
Merge pull request #2148 from opendatalab/dev
Dev
parents
3251c732
098cf1df
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
README.md
README.md
+1
-1
README_zh-CN.md
README_zh-CN.md
+1
-1
setup.py
setup.py
+4
-1
No files found.
README.md
View file @
b8856ca9
...
...
@@ -10,7 +10,7 @@
[

](https://github.com/opendatalab/MinerU)
[

](https://github.com/opendatalab/MinerU/issues)
[

](https://github.com/opendatalab/MinerU/issues)
[

](https://
badge.fury.io/py
/magic-pdf)
[

](https://
pypi.org/project
/magic-pdf
/
)
[

](https://pypi.org/project/magic-pdf/)
[

](https://pepy.tech/project/magic-pdf)
[

](https://pepy.tech/project/magic-pdf)
...
...
README_zh-CN.md
View file @
b8856ca9
...
...
@@ -10,7 +10,7 @@
[

](https://github.com/opendatalab/MinerU)
[

](https://github.com/opendatalab/MinerU/issues)
[

](https://github.com/opendatalab/MinerU/issues)
[

](https://
badge.fury.io/py
/magic-pdf)
[

](https://
pypi.org/project
/magic-pdf
/
)
[

](https://pypi.org/project/magic-pdf/)
[

](https://pepy.tech/project/magic-pdf)
[

](https://pepy.tech/project/magic-pdf)
...
...
setup.py
View file @
b8856ca9
...
...
@@ -71,7 +71,10 @@ if __name__ == '__main__':
description
=
"A practical tool for converting PDF to Markdown"
,
# 简短描述
long_description
=
long_description
,
# 详细描述
long_description_content_type
=
"text/markdown"
,
# 如果README是Markdown格式
url
=
"https://github.com/opendatalab/MinerU"
,
project_urls
=
{
"Home"
:
"https://mineru.net/"
,
"Repository"
:
"https://github.com/opendatalab/MinerU"
,
},
keywords
=
[
"magic-pdf, mineru, MinerU, convert, pdf, markdown"
],
classifiers
=
[
"Programming Language :: Python :: 3.10"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment