id_ocr/xjr_application/templates/show_result.html

10 lines
173 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Show image</title>
</head>
<body>
<img src="data:;base64,{{ img_stream }}">
</body>
</html>