html test uploader
This commit is contained in:
23
templates/sumasen_easyocr/index.html
Normal file
23
templates/sumasen_easyocr/index.html
Normal file
@ -0,0 +1,23 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user