IReadIt/resources/html/testform.html
2019-02-17 15:19:24 +00:00

22 lines
846 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>IReadIt test form.</title>
<link href="css/standard.css" rel="stylesheet" type="text/css">
</head>
<body>
<form action="http://loriner.journeyman.cc:8888/v1/tesseract/" method="POST">
<p class="widget">
<label for="image-url" title="URL of the image you wish to transcribe">Image URL</label>
<input id="image-url" type="text" size="80"/>
</p>
<p class="widget">
<label for="submit">To transcribe the text of this image</label>
<input name="action" id="action" type="submit" class="action" value="Transcribe!"/>
</p>
</form>
</body>
</html>