ocr-wrapper / index.html
Vicent3's picture
Update index.html
aa9a791
raw
history blame contribute delete
371 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>OCR Wrapper</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="card">
<h1>Welcome!</h1>
<p>I will upload in this space the code for the OCR Wrapper which works with OCR Endpoint.</p>
</div>
</body>
</html>