@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.
- package/dist/{index-B1W65EDF.mjs → index-CjNYfaz9.mjs} +878 -879
- package/dist/{index-OEZMBeqD.js → index-Cr3cYaQd.js} +15 -15
- package/dist/index.cjs.js +2 -2
- package/dist/index.esm.js +2 -2
- package/dist/{tiff.min-qFtp92t-.js → tiff.min-BnzmCYEC.js} +1 -1
- package/dist/{tiff.min-D_NeHpVc.mjs → tiff.min-CvG4sq3E.mjs} +1 -1
- package/package.json +1 -1
- package/preview/ImagePreview.vue +0 -7
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as getAugmentedNamespace, a as getDefaultExportFromCjs } from "./index-
|
|
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
package/preview/ImagePreview.vue
CHANGED
|
@@ -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
|