Skip to content

Commit 4caf66d

Browse files
committed
Bump width from 800 to 1000
This is the width used for the images extracted from the PDF. I found that the Claude 3 Model Card PDF had OCR errors at 800px what went away at 1000px. Refs #1
1 parent f3410f9 commit 4caf66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdf-ocr.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h2>Pages</h2>
6262
<div class="image-container"></div>
6363

6464
<script>
65-
const desiredWidth = 800;
65+
const desiredWidth = 1000;
6666
const dropzone = document.getElementById('dropzone');
6767
const fileInput = document.getElementById('fileInput');
6868
const imageContainer = document.querySelector('.image-container');

0 commit comments

Comments
 (0)