firetac commited on
Commit
2111d09
·
verified ·
1 Parent(s): d8f19b8

Update templates/other.html

Browse files
Files changed (1) hide show
  1. templates/other.html +3 -3
templates/other.html CHANGED
@@ -14,8 +14,8 @@
14
  <button type="button" onclick="performOCR()">Perform OCR</button>
15
  </div>
16
  <div class="paste-container">
17
- <h2>Dán hình ảnh ở đây</h2>
18
- <p>Bấm save image sau khi dán</p>
19
 
20
  <div id="paste-box" contenteditable="true" onpaste="handlePaste(event)">
21
  <p></p>
@@ -24,7 +24,7 @@
24
  <button type="button" onclick="saveImage()">Save Image</button>
25
  </div>
26
  <div id="image-container">
27
- <h2>Captured Image</h2>
28
  <div class="image-frame">
29
  <img id="captured-image" src="" alt="Captured Image" style="display: none;">
30
  </div>
 
14
  <button type="button" onclick="performOCR()">Perform OCR</button>
15
  </div>
16
  <div class="paste-container">
17
+ <h2>Paste your image here</h2>
18
+ <p>Remember to save image</p>
19
 
20
  <div id="paste-box" contenteditable="true" onpaste="handlePaste(event)">
21
  <p></p>
 
24
  <button type="button" onclick="saveImage()">Save Image</button>
25
  </div>
26
  <div id="image-container">
27
+ <h2>Pasted Image</h2>
28
  <div class="image-frame">
29
  <img id="captured-image" src="" alt="Captured Image" style="display: none;">
30
  </div>