File tree Expand file tree Collapse file tree 8 files changed +669
-18
lines changed Expand file tree Collapse file tree 8 files changed +669
-18
lines changed Original file line number Diff line number Diff line change @@ -165,11 +165,13 @@ declare module '@vue/runtime-core' {
165
165
NProgress : typeof import ( 'naive-ui' ) [ 'NProgress' ]
166
166
NScrollbar : typeof import ( 'naive-ui' ) [ 'NScrollbar' ]
167
167
NSlider : typeof import ( 'naive-ui' ) [ 'NSlider' ]
168
+ NSpin : typeof import ( 'naive-ui' ) [ 'NSpin' ]
168
169
NStatistic : typeof import ( 'naive-ui' ) [ 'NStatistic' ]
169
170
NSwitch : typeof import ( 'naive-ui' ) [ 'NSwitch' ]
170
171
NTable : typeof import ( 'naive-ui' ) [ 'NTable' ]
171
172
NTag : typeof import ( 'naive-ui' ) [ 'NTag' ]
172
173
NumeronymGenerator : typeof import ( './src/tools/numeronym-generator/numeronym-generator.vue' ) [ 'default' ]
174
+ OcrImage : typeof import ( './src/tools/ocr-image/ocr-image.vue' ) [ 'default' ]
173
175
OtpCodeGeneratorAndValidator : typeof import ( './src/tools/otp-code-generator-and-validator/otp-code-generator-and-validator.vue' ) [ 'default' ]
174
176
PasswordStrengthAnalyser : typeof import ( './src/tools/password-strength-analyser/password-strength-analyser.vue' ) [ 'default' ]
175
177
PdfSignatureChecker : typeof import ( './src/tools/pdf-signature-checker/pdf-signature-checker.vue' ) [ 'default' ]
Original file line number Diff line number Diff line change 41
41
"@tiptap/pm" : " 2.1.6" ,
42
42
"@tiptap/starter-kit" : " 2.1.6" ,
43
43
"@tiptap/vue-3" : " 2.0.3" ,
44
+ "@types/pdfjs-dist" : " ^2.10.378" ,
44
45
"@vicons/material" : " ^0.12.0" ,
45
46
"@vicons/tabler" : " ^0.12.0" ,
46
47
"@vueuse/core" : " ^10.3.0" ,
75
76
"node-forge" : " ^1.3.1" ,
76
77
"oui-data" : " ^1.0.10" ,
77
78
"pdf-signature-reader" : " ^1.4.2" ,
79
+ "pdfjs-dist" : " ^4.0.379" ,
78
80
"pinia" : " ^2.0.34" ,
79
81
"plausible-tracker" : " ^0.3.8" ,
80
82
"qrcode" : " ^1.5.1" ,
81
83
"sql-formatter" : " ^13.0.0" ,
84
+ "tesseract.js" : " ^5.0.4" ,
82
85
"ua-parser-js" : " ^1.0.35" ,
83
86
"ulid" : " ^2.3.0" ,
84
87
"unicode-emoji-json" : " ^0.4.0" ,
You can’t perform that action at this time.
0 commit comments