InvoiceDataExtraction / index.html
myhloli's picture
iframe (#14)
919ceab
Raw
History Blame Contribute Delete
1.24 kB
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark">
<title>MinerU Document Extraction Tools</title>
<style>
html,
body {
width: 100%;
height: 100%;
margin: 0;
overflow: hidden;
background: #ffffff;
}
iframe {
width: 100%;
height: 100vh;
min-height: 100vh;
border: 0;
display: block;
}
noscript {
position: fixed;
inset: 0;
display: grid;
place-items: center;
padding: 24px;
font: 16px/1.5 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
color: #1f2937;
background: #ffffff;
}
</style>
</head>
<body>
<iframe
src="https://opendatalab-mineru.ms.show"
title="MinerU Document Extraction Tools"
allow="clipboard-read; clipboard-write; fullscreen"
referrerpolicy="strict-origin-when-cross-origin"
></iframe>
<noscript>
当前页面需要启用 JavaScript 才能加载 MinerU 文档提取演示。
</noscript>
</body>
</html>