We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4971788 commit fb7041fCopy full SHA for fb7041f
pdf-ocr.html
@@ -1,12 +1,13 @@
1
<!DOCTYPE html>
2
<html>
3
<head>
4
- <title>PDF to Images with OCR</title>
+ <title>OCR a PDF</title>
5
<script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.9.359/pdf.min.js"></script>
6
<script src="https://unpkg.com/tesseract.js@v2.1.0/dist/tesseract.min.js"></script>
7
<style>
8
body {
9
padding: 2em;
10
+ font-family: helvetica, sans-serif;
11
}
12
.dropzone {
13
width: 100%;
@@ -37,6 +38,8 @@
37
38
</style>
39
</head>
40
<body>
41
+ <h1>OCR a PDF</h1>
42
+ <p>This tool runs entirely in your browser. No files are uploaded to a server.</p>
43
<input type="file" id="fileInput" accept=".pdf" style="display: none;" />
44
<div class="dropzone" id="dropzone">
45
Drag and drop PDF file here or click to select a file
0 commit comments