File size: 1,355 Bytes
ce82d17 | 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 | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#0b3d4a" />
<meta
name="description"
content="Streaming OCR for Ebola contact-tracing documents — OvisOCR2 and GLM-OCR."
/>
<link rel="icon" href="./favicon.ico" />
<title>OCR Capacity Building as a Service</title>
<script>
window.MathJax = {
options: {
skipHtmlTags: [
"script",
"noscript",
"style",
"textarea",
"code",
"annotation",
"annotation-xml",
],
},
tex: {
inlineMath: [
["\\(", "\\)"],
["$", "$"],
],
displayMath: [
["\\[", "\\]"],
],
processEscapes: true,
},
chtml: { matchFontHeight: false },
startup: { typeset: false },
};
</script>
<script defer src="./vendor/mathjax/tex-chtml-full.js"></script>
<script type="module" crossorigin src="./assets/index-5keqpq8h.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-CEAIWIAK.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
|