jiaxianustc commited on
Commit
b3f7c96
·
verified ·
1 Parent(s): 13953a1

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Mineru-Old-Version-Models
2
+
3
+ This is the official repo for saving model weights of old version MinerU used within the [BioMiner](https://github.com/jiaxianyan/BioMiner) project.
4
+
5
+ # Usage
6
+
7
+ In BioMiner, we keep to use old version MinerU, as the new version MinerU tends to split a whole figure into several subfigures, which destroy the compelete semantic.
8
+
9
+ However, it seems the updation of MinerU leading to old version model checkpoints are unavailable.
10
+
11
+ Here, you can download the old version model checkpoints from this repo.
12
+
13
+ # Contact
14
+ We welcome all forms of feedback! Please raise an issue for bugs, questions, or suggestions. This helps our team address common problems efficiently and builds a more productive community.
15
+ If you encounter any issues, please reach out to jiaxianyan@mail.ustc.edu.cn.
16
+
17
+ # Citation
18
+ If you find our work helpful, please kindly cite:
19
+ ```
20
+ @article {Yan2025.04.22.648951,
21
+ author = {Yan, Jiaxian and Zhu, Jintao and Yang, Yuhang and Liu, Qi and Zhang, Kai and Zhang, Zaixi and Liu, Xukai and Zhang, Boyan and Gao, Kaiyuan and Xiao, Jinchuan and Chen, Enhong},
22
+ title = {BioMiner: A Multi-modal System for Automated Mining of Protein-Ligand Bioactivity Data from Literature},
23
+ year = {2025},
24
+ doi = {10.1101/2025.04.22.648951},
25
+ journal = {bioRxiv}
26
+ }
27
+
28
+ @article{wang2024mineru,
29
+ title={Mineru: An open-source solution for precise document content extraction},
30
+ author={Wang, Bin and Xu, Chao and Zhao, Xiaomeng and Ouyang, Linke and Wu, Fan and Zhao, Zhiyuan and Xu, Rui and Liu, Kaiwen and Qu, Yuan and Shang, Fukai and others},
31
+ journal={arXiv preprint arXiv:2409.18839},
32
+ year={2024}
33
+ }
34
+ ```
35
+