Update templates/other.html
Browse files- templates/other.html +2 -0
templates/other.html
CHANGED
@@ -15,6 +15,8 @@
|
|
15 |
</div>
|
16 |
<div class="paste-container">
|
17 |
<h2>Paste your image here</h2>
|
|
|
|
|
18 |
<div id="paste-box" contenteditable="true" onpaste="handlePaste(event)">
|
19 |
<p></p>
|
20 |
</div>
|
|
|
15 |
</div>
|
16 |
<div class="paste-container">
|
17 |
<h2>Paste your image here</h2>
|
18 |
+
<p>Remember to save image before perform OCR</p>
|
19 |
+
<p>It will take several minutes, please be patient</p>
|
20 |
<div id="paste-box" contenteditable="true" onpaste="handlePaste(event)">
|
21 |
<p></p>
|
22 |
</div>
|