@koi-br/ocr-web-sdk 1.0.2 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js CHANGED
@@ -1,4 +1,5 @@
1
- import ty, { ref as Ye, resolveComponent as xi, createElementBlock as gn, openBlock as pr, withModifiers as eu, createElementVNode as Je, createVNode as Ne, createBlock as Qn, createCommentVNode as Wn, toDisplayString as qa, withCtx as Ze, unref as un, normalizeStyle as ol, defineComponent as bk, computed as X2, watch as Es, nextTick as Fi, onMounted as ah, onBeforeUnmount as Qp, withDirectives as yk, withKeys as wk, vModelText as _k, resolveDynamicComponent as Z2, Fragment as nh, renderList as ih, normalizeClass as tu, createTextVNode as Jp, markRaw as kk } from "vue";
1
+ import { ref as Ye, resolveComponent as xi, createElementBlock as gn, openBlock as pr, withModifiers as eu, createElementVNode as Je, createVNode as Ne, createBlock as Qn, createCommentVNode as Wn, toDisplayString as qa, withCtx as Ze, unref as un, normalizeStyle as ol, defineComponent as bk, computed as X2, watch as Es, nextTick as Fi, onMounted as ah, onBeforeUnmount as Qp, withDirectives as yk, withKeys as wk, vModelText as _k, resolveDynamicComponent as Z2, Fragment as nh, renderList as ih, normalizeClass as tu, createTextVNode as Jp, markRaw as kk } from "vue";
2
+ const ty = { Ye: Ye, xi: xi, gn: gn, pr: pr, eu: eu, Je: Je, Ne: Ne, Qn: Qn, Wn: Wn, qa: qa, Ze: Ze, un: un, ol: ol, bk: bk, X2: X2, Es: Es, Fi: Fi, ah: ah, Qp: Qp, yk: yk, wk: wk, _k: _k, Z2: Z2, nh: nh, ih: ih, tu: tu, Jp: Jp, kk: kk };;
2
3
  import { Message as ll } from "@arco-design/web-vue";
3
4
  import { RefreshCcw as sh, Maximize2 as t0, ZoomOut as oh, ZoomIn as lh, Download as ru, RotateCw as ey, ScanEye as J2, ArrowUpDown as xk, MoveHorizontal as Sk, Ratio as Tk, List as Ek, Check as Ck, Minimize2 as Ak, FileText as Mk, Stamp as Rk, Copy as Ok } from "lucide-vue-next";
4
5
  import * as Kp from "pdfjs-dist";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koi-br/ocr-web-sdk",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "一个支持多种Office文件格式预览的Vue3组件SDK,包括PDF、Word、Excel、图片、OFD、TIF等格式",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",