Skip to content

Commit 70913e9

Browse files
chore(release): v0.62.23 [skip ci]
1 parent 62fe179 commit 70913e9

3 files changed

Lines changed: 15 additions & 10 deletions

File tree

.changeset/ocr-runtime-hardening.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @happyvertical/pdf
22

3+
## 0.62.23
4+
5+
### Patch Changes
6+
7+
- 62fe179: Improve Node OCR runtime handling for scanned PDFs by auto-detecting Tesseract
8+
`tessdata`, surfacing actionable OCR dependency errors, routing explicit
9+
external OCR providers like `onnx` through the `unpdf` pipeline, and rendering
10+
OCR pages directly with `pdfjs-dist` to avoid worker-version mismatches.
11+
312
## 0.62.22
413

514
### Patch Changes

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@happyvertical/pdf",
3-
"version": "0.62.22",
3+
"version": "0.62.23",
44
"description": "Modern PDF processing utilities with text extraction and OCR support using unpdf and @happyvertical/ocr",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -15,7 +15,11 @@
1515
"pdfjs-dist": "5.4.296"
1616
}
1717
},
18-
"files": ["dist", "README.md", "LICENSE"],
18+
"files": [
19+
"dist",
20+
"README.md",
21+
"LICENSE"
22+
],
1923
"publishConfig": {
2024
"registry": "https://npm.pkg.github.com",
2125
"access": "public"

0 commit comments

Comments
 (0)