We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2b6e53 + 2d15b5c commit ca3e8b3Copy full SHA for ca3e8b3
mineru_vl_utils/__init__.py
@@ -1,7 +1,9 @@
1
import importlib
2
from typing import TYPE_CHECKING
3
+
4
from mineru_vl_utils.version import __version__
5
6
7
__lazy_attrs__ = {
8
"MinerUClient": (".mineru_client", "MinerUClient"),
9
"MinerUSamplingParams": (".mineru_client", "MinerUSamplingParams"),
pyproject.toml
@@ -7,6 +7,8 @@ name = "mineru_vl_utils"
version = "0.1.15"
authors = [
{ name="Jin Zhen Jiang", email="jinzhenjiang@pjlab.org.cn" },
10
+ { name="Zhao Xiao Meng", email="zhaoxiaomeng@pjlab.org.cn" },
11
+ { name="Zhao Zhi Yuan", email="zhaozhiyuan@pjlab.org.cn" },
12
]
13
description = "Utilities for MinerU Vision-Language models"
14
readme = "README.md"
0 commit comments