Files
orc_api/templates/sumasen_easyocr/index.html
Mohamed Nouffer fae9e555dd html test uploader
2021-12-08 19:13:03 +05:30

23 lines
482 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
html {
font-family: sans-serif;
}
</style>
</head>
<body>
<h2>Sumase OCR file upload test</h2>
<form action="http://aiworks.intranet.sumasen.net:8600/api/v1/upload/" method="post" enctype="multipart/form-data">
<input type="file" name="file" id="file_to_upload">
<hr>
<input type="submit" value="Upload To Server" id="upload_file_button">
</form>
</body>
</html>