Skip to content

Commit b187d58

Browse files
committed
Merge branch 'feat/ocr-image' into chore/all-my-stuffs
# Conflicts: # components.d.ts # package.json # pnpm-lock.yaml # src/tools/index.ts # vite.config.ts
2 parents 952f69a + 6571963 commit b187d58

File tree

8 files changed

+552
-3
lines changed

8 files changed

+552
-3
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"@types/turndown": "^5.0.4",
7474
"@types/arr-diff": "^4.0.3",
7575
"@types/markdown-it": "^13.0.7",
76+
"@types/pdfjs-dist": "^2.10.378",
7677
"@types/figlet": "^1.5.8",
7778
"@types/markdown-it": "^13.0.7",
7879
"@vicons/material": "^0.12.0",
@@ -166,7 +167,9 @@
166167
"openpgp": "^5.11.1",
167168
"oui-data": "^1.0.10",
168169
"parse-duration": "^1.1.0",
170+
"path2d-polyfill": "^3.0.1",
169171
"pdf-signature-reader": "^1.4.2",
172+
"pdfjs-dist": "^4.0.379",
170173
"pinia": "^2.0.34",
171174
"plausible-tracker": "^0.3.8",
172175
"pretty-ms": "^9.1.0",
@@ -184,6 +187,7 @@
184187
"sql-formatter": "^13.0.0",
185188
"svg2png-wasm": "^1.4.1",
186189
"svg-to-url": "^4.0.0",
190+
"tesseract.js": "^5.0.4",
187191
"ua-parser-js": "^1.0.35",
188192
"ulid": "^2.3.0",
189193
"unicode-emoji-json": "^0.4.0",

0 commit comments

Comments
 (0)