Spaces:
Running
Running
Add OCR: image + scanned PDF support via tesseract + pdf2image
Browse files- frontend/index.html +2 -2
frontend/index.html
CHANGED
|
@@ -332,8 +332,8 @@
|
|
| 332 |
<h2>Documents</h2>
|
| 333 |
<div id="dropzone" class="dropzone">
|
| 334 |
<span class="drop-icon">📄</span>
|
| 335 |
-
<span class="drop-txt">Drop PDFs
|
| 336 |
-
<input type="file" id="file-input" multiple accept=".pdf,.txt" hidden/>
|
| 337 |
</div>
|
| 338 |
<button id="load-samples" class="btn secondary full">Load Demo Patient Docs</button>
|
| 339 |
<div id="status" class="status info">Upload documents or load demo docs to begin.</div>
|
|
|
|
| 332 |
<h2>Documents</h2>
|
| 333 |
<div id="dropzone" class="dropzone">
|
| 334 |
<span class="drop-icon">📄</span>
|
| 335 |
+
<span class="drop-txt">Drop PDFs, TXT, or Images here<br/><small>or click to browse</small></span>
|
| 336 |
+
<input type="file" id="file-input" multiple accept=".pdf,.txt,.md,.jpg,.jpeg,.png,.tiff,.tif,.bmp,.webp" hidden/>
|
| 337 |
</div>
|
| 338 |
<button id="load-samples" class="btn secondary full">Load Demo Patient Docs</button>
|
| 339 |
<div id="status" class="status info">Upload documents or load demo docs to begin.</div>
|