header.html 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. <html><head>
  2. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css">
  3. <style>
  4. .link-block {
  5. border: 1px solid transparent;
  6. border-radius: 24px;
  7. background-color: rgba(54, 54, 54, 1);
  8. cursor: pointer !important;
  9. }
  10. .link-block:hover {
  11. background-color: rgba(54, 54, 54, 0.75) !important;
  12. cursor: pointer !important;
  13. }
  14. .external-link {
  15. display: inline-flex;
  16. align-items: center;
  17. height: 36px;
  18. line-height: 36px;
  19. padding: 0 16px;
  20. cursor: pointer !important;
  21. }
  22. .external-link,
  23. .external-link:hover {
  24. cursor: pointer !important;
  25. }
  26. a {
  27. text-decoration: none;
  28. }
  29. </style></head>
  30. <body>
  31. <div style="
  32. display: flex;
  33. flex-direction: column;
  34. justify-content: center;
  35. align-items: center;
  36. text-align: center;
  37. background: linear-gradient(45deg, #007bff 0%, #0056b3 100%);
  38. padding: 24px;
  39. gap: 24px;
  40. border-radius: 8px;
  41. ">
  42. <div style="
  43. display: flex;
  44. flex-direction: column;
  45. align-items: center;
  46. gap: 16px;
  47. ">
  48. <div style="display: flex; flex-direction: column; gap: 8px">
  49. <h1 style="
  50. font-size: 48px;
  51. color: #fafafa;
  52. margin: 0;
  53. font-family: 'Trebuchet MS', 'Lucida Sans Unicode',
  54. 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  55. ">
  56. MinerU 2.5: PDF Extraction Demo
  57. </h1>
  58. </div>
  59. </div>
  60. <p style="
  61. margin: 0;
  62. line-height: 1.6rem;
  63. font-size: 16px;
  64. color: #fafafa;
  65. opacity: 0.8;
  66. ">
  67. A one-stop, open-source, high-quality data extraction tool that supports converting PDF to Markdown and JSON.<br>
  68. If you found our project helpful, please give us a ⭐️ to support us!
  69. <a href="https://github.com/opendatalab/MinerU" style="display: inline-flex; align-items: center;">
  70. <img src="https://img.shields.io/github/stars/opendatalab/MinerU.svg" alt="stars" style="vertical-align: middle; position: relative; top: 5px;">
  71. </a>
  72. </p>
  73. <style>
  74. .link-block {
  75. display: inline-block;
  76. }
  77. .link-block + .link-block {
  78. margin-left: 20px;
  79. }
  80. </style>
  81. <div class="column has-text-centered">
  82. <div class="publication-links">
  83. <!-- Code Link. -->
  84. <span class="link-block">
  85. <a href="https://github.com/opendatalab/MinerU" class="external-link button is-normal is-rounded is-dark" style="text-decoration: none; cursor: pointer">
  86. <span class="icon" style="margin-right: 4px">
  87. <i class="fab fa-github" style="color: white; margin-right: 4px"></i>
  88. </span>
  89. <span style="color: white">Code</span>
  90. </a>
  91. </span>
  92. <!-- Code Link. -->
  93. <span class="link-block">
  94. <a href="https://huggingface.co/opendatalab/MinerU2.5-2509-1.2B" class="external-link button is-normal is-rounded is-dark" style="text-decoration: none; cursor: pointer">
  95. <span class="icon" style="margin-right: 4px">
  96. <i class="fas fa-archive" style="color: white; margin-right: 4px"></i>
  97. </span>
  98. <span style="color: white">Model</span>
  99. </a>
  100. </span>
  101. <!-- arXiv Link. -->
  102. <span class="link-block">
  103. <a href="https://arxiv.org/abs/2509.22186" class="external-link button is-normal is-rounded is-dark" style="text-decoration: none; cursor: pointer">
  104. <span class="icon" style="margin-right: 8px">
  105. <i class="fas fa-file" style="color: white"></i>
  106. </span>
  107. <span style="color: white">Paper</span>
  108. </a>
  109. </span>
  110. <!-- Homepage Link. -->
  111. <span class="link-block">
  112. <a href="https://mineru.net/home?source=online" class="external-link button is-normal is-rounded is-dark" style="text-decoration: none; cursor: pointer">
  113. <span class="icon" style="margin-right: 8px">
  114. <i class="fas fa-home" style="color: white"></i>
  115. </span>
  116. <span style="color: white">Homepage</span>
  117. </a>
  118. </span>
  119. <!-- Client Link. -->
  120. <span class="link-block">
  121. <a href="https://mineru.net/client?source=online" class="external-link button is-normal is-rounded is-dark" style="text-decoration: none; cursor: pointer">
  122. <span class="icon" style="margin-right: 8px">
  123. <i class="fas fa-download" style="color: white"></i>
  124. </span>
  125. <span style="color: white">Download</span>
  126. </a>
  127. </span>
  128. </div>
  129. </div>
  130. <!-- New Demo Links -->
  131. </div>
  132. </body></html>