@koi-br/ocr-web-sdk 1.0.41 → 1.0.42

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.
@@ -1,4 +1,4 @@
1
- import { g as getAugmentedNamespace, a as getDefaultExportFromCjs } from "./index-B1W65EDF.mjs";
1
+ import { g as getAugmentedNamespace, a as getDefaultExportFromCjs } from "./index-CjNYfaz9.mjs";
2
2
  function _mergeNamespaces(U, W) {
3
3
  for (var Z = 0; Z < W.length; Z++) {
4
4
  const s0 = W[Z];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koi-br/ocr-web-sdk",
3
- "version": "1.0.41",
3
+ "version": "1.0.42",
4
4
  "description": "一个支持多种Office文件格式预览的Vue3组件SDK,包括PDF、Word、Excel、图片、OFD、TIF等格式",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -120,13 +120,6 @@
120
120
  <div v-if="isCalculatingAutoFit && autoFitWidth" class="auto-fit-loading">
121
121
  <div class="loading-spinner"></div>
122
122
  <div class="loading-text">加载中...</div>
123
- <!-- 调试信息(开发环境显示) -->
124
- <div style="font-size: 12px; color: #999; margin-top: 8px; text-align: center;">
125
- isImageReady: {{ isImageReady }},
126
- isCalculatingAutoFit: {{ isCalculatingAutoFit }},
127
- autoFitWidth: {{ autoFitWidth }},
128
- scale: {{ scale }}
129
- </div>
130
123
  </div>
131
124
 
132
125
  <div