File size: 2,381 Bytes
b314faa
942d599
65f0390
9dbd627
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b314faa
 
 
 
 
 
 
 
9dbd627
 
 
 
 
 
b314faa
 
9dbd627
b314faa
9dbd627
b314faa
9dbd627
 
 
 
 
 
b314faa
9dbd627
b314faa
9dbd627
b314faa
9dbd627
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<html><head>
  <!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css"> -->
  <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css">
  
  </head><body><div style="
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        background: linear-gradient(45deg, #007BFF 0%, #0056b3 100%);
        padding: 24px;
        gap: 24px;
        border-radius: 8px;
      ">
    <div style="display: flex; flex-direction: column; align-items: center; gap: 16px;">
      <div style="display: flex; flex-direction: column; gap: 8px;">
        <h1 style="
          font-size: 48px;
          color: #fafafa;
          margin: 0;
          font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
            'Lucida Sans', Arial, sans-serif;
        ">
          MinerU: PDF Extraction Demo
        </h1>
        
        
      </div>
    </div>
  
    <p style="
        margin: 0;
        line-height: 1.6rem;
        font-size: 16px;
        color: #fafafa;
        opacity: 0.8;
      ">
      A one-stop, open-source, high-quality data extraction tool, supports PDF/webpage/e-book extraction.<br>
    </p>
    <style>    .link-block {
        display: inline-block;
      }

      .link-block + .link-block {
        margin-left: 20px;
      }
    </style>
  
    <div class="column has-text-centered">
      <div class="publication-links">
        
        
        <!-- Code Link. -->
        <span class="link-block" >
          <a href="https://github.com/opendatalab/MinerU" class="external-link button is-normal is-rounded is-dark ">
            <span class="icon">
              <i class="fab fa-github" style="color: white"></i>
            </span>
            <span style="color: white">Code</span>
          </a>
        </span>
        
        
        <!-- Homepage Link. -->
        <span class="link-block">
          <a href="https://opendatalab.com/" class="external-link button is-normal is-rounded is-dark">
            <span class="icon">
              <i class="fas fa-globe" style="color: white"></i>
            </span>
            <span style="color: white">Homepage</span>
          </a>
        </span>
      </div>
    </div>
  
    <!-- New Demo Links -->
    
  </div></body></html>