Skip to content

Commit fb7041f

Browse files
authored
Tiny bit of text at the top
Refs #1
1 parent 4971788 commit fb7041f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pdf-ocr.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>PDF to Images with OCR</title>
4+
<title>OCR a PDF</title>
55
<script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.9.359/pdf.min.js"></script>
66
<script src="https://unpkg.com/tesseract.js@v2.1.0/dist/tesseract.min.js"></script>
77
<style>
88
body {
99
padding: 2em;
10+
font-family: helvetica, sans-serif;
1011
}
1112
.dropzone {
1213
width: 100%;
@@ -37,6 +38,8 @@
3738
</style>
3839
</head>
3940
<body>
41+
<h1>OCR a PDF</h1>
42+
<p>This tool runs entirely in your browser. No files are uploaded to a server.</p>
4043
<input type="file" id="fileInput" accept=".pdf" style="display: none;" />
4144
<div class="dropzone" id="dropzone">
4245
Drag and drop PDF file here or click to select a file

0 commit comments

Comments
 (0)