@jaak.ai/stamps 2.1.0-dev.18 → 2.1.0-dev.20

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.
@@ -1383,7 +1383,7 @@ const JaakStamps$1 = /*@__PURE__*/ proxyCustomElement(class JaakStamps extends H
1383
1383
  if (!window.ort) {
1384
1384
  this.updateStatus('Preparando herramientas...', 'Configurando funciones de captura', 'initializing');
1385
1385
  const script = document.createElement('script');
1386
- script.src = 'https://cdn.jsdelivr.net/npm/onnxruntime-web/dist/ort.min.js';
1386
+ script.src = 'https://cdn.jsdelivr.net/npm/onnxruntime-web@1.23.0/dist/ort.min.js';
1387
1387
  document.head.appendChild(script);
1388
1388
  await new Promise((resolve) => {
1389
1389
  script.onload = () => {
@@ -2190,7 +2190,7 @@ const JaakStamps$1 = /*@__PURE__*/ proxyCustomElement(class JaakStamps extends H
2190
2190
  isCapturing: false
2191
2191
  };
2192
2192
  const cameraInfo = this.cameraInfoWithAutofocus;
2193
- return (h("div", { key: '1862f63245df2e3539aa96c71a5e251b8129122b', class: "detector-container" }, h("div", { key: '55e7389921198fa71d0db576925a17400cbc5f2c', class: "video-container" }, h("video", { key: '8cd5966d183298e68cdea1efe9d70f95607f29ee', ref: el => this.videoRef = el, autoplay: true, muted: true, playsinline: true, class: this.shouldMirrorVideo ? 'mirror' : '', style: { display: captureState.isVideoActive ? 'block' : 'none' } }), h("div", { key: '4683fecd70ae83aa5c848ebcfb67ab60e2c61e74', ref: el => this.detectionContainer = el, class: `detection-overlay ${this.shouldMirrorVideo ? 'mirror' : ''}` }, this.debug && this.detectionBoxes.map((box, index) => (h("div", { key: index, class: "detection-box", style: {
2193
+ return (h("div", { key: 'f9cbca2fd6b8548a29ace7fcb972b53f402f61af', class: "detector-container" }, h("div", { key: '4f3cac734eb6bfd44a8de644eadca17e7893e11a', class: "video-container" }, h("video", { key: '5e15a38c989a72d5274281272d41ba064447ca6f', ref: el => this.videoRef = el, autoplay: true, muted: true, playsinline: true, class: this.shouldMirrorVideo ? 'mirror' : '', style: { display: captureState.isVideoActive ? 'block' : 'none' } }), h("div", { key: '38c8ad8b691db60e9b5a2a8b641fe6febbeacfca', ref: el => this.detectionContainer = el, class: `detection-overlay ${this.shouldMirrorVideo ? 'mirror' : ''}` }, this.debug && this.detectionBoxes.map((box, index) => (h("div", { key: index, class: "detection-box", style: {
2194
2194
  position: 'absolute',
2195
2195
  left: `${box.x}px`,
2196
2196
  top: `${box.y}px`,
@@ -2199,9 +2199,9 @@ const JaakStamps$1 = /*@__PURE__*/ proxyCustomElement(class JaakStamps extends H
2199
2199
  border: '2px solid #32406C',
2200
2200
  pointerEvents: 'none',
2201
2201
  boxSizing: 'border-box'
2202
- } })))), this.isMaskReady && (h("div", { key: '7a9863ba9583d98d30cba4c008ac9e8c662d3d41', class: "overlay-mask" }, h("div", { key: 'bde1f98a47b15a0a73f5ad06b0e2f36f92c7e791', class: "card-outline" }, h("div", { key: '394a7e67e952db7d0c60a2486d5a5afe599df066', class: "side side-top" }), h("div", { key: 'acedd891736b8f9caf4c36f4b8ccfb272f8a8733', class: "side side-right" }), h("div", { key: '3d471490cd63ca4941712862f1d7aae04c27ff1e', class: "side side-bottom" }), h("div", { key: 'aad2ac818c845c6617f7719408b4dbcf95811f2a', class: "side side-left" })), !captureState.showFlipAnimation && !captureState.showSuccessAnimation && (h("div", { key: '6790aac2ea3467ec583fed48abb07ac0f37f55d4', class: `guide-text ${this.showPerformanceMessage ? 'performance-warning-text' : ''}` }, this.getGuideText(captureState.step))), captureState.step === 'back' && !captureState.showFlipAnimation && !captureState.showSuccessAnimation && (h("div", { key: 'a2b3c0964fc59145c6ecbbea28167682e43123d0', class: "back-capture-section" }, h("div", { key: '762ac3f16e56acec0e4ef7f5d5d41b9166f08ea3', class: "back-capture-buttons" }, (!this.useDocumentDetector || this.performanceDegradedMode || this.showManualCaptureButton) && (h("button", { key: 'fc5924c54567e505f21e31115809ed53e6095442', class: "capture-button primary-button", onClick: () => this.takeManualScreenshot(), type: "button", disabled: this.processingButton !== null }, this.processingButton === 'capture-back' && (h("span", { key: '887145d4847ff9eeedd067258a88baf74d92cabc', class: "button-spinner" })), "Capturar Reverso")), h("button", { key: 'ca5a61b2b7d3a20edb2e683578c021674622f743', class: "skip-button", onClick: () => this.skipBackCapture(), type: "button", disabled: this.processingButton !== null }, this.processingButton === 'skip-back' && (h("span", { key: 'd7c665ea48b80a221deb527b3c1907e8838fa584', class: "button-spinner" })), this.enableBackDocumentTimer && this.backDocumentTimerRemaining > 0
2202
+ } })))), this.isMaskReady && (h("div", { key: 'c56fde56b7a86a4e8a4cf558745291ea5cde12fd', class: "overlay-mask" }, h("div", { key: '04ed3f01f271dc84eed594cb4b60c2453645bd41', class: "card-outline" }, h("div", { key: '648bd423a5e886d4768115237de5896c7223b30b', class: "side side-top" }), h("div", { key: 'b8878059493ca61961b9b3c82ecc18b50b79ac85', class: "side side-right" }), h("div", { key: '09e5ad64ff33dbd5c112bf52b71e14409ab6aa65', class: "side side-bottom" }), h("div", { key: 'b8ba3d83c9bc1b4a0da859d7ed4b9a15eaddcc2a', class: "side side-left" })), !captureState.showFlipAnimation && !captureState.showSuccessAnimation && (h("div", { key: '3279701a240f77ac96e68a34ad95c099340c9a6a', class: `guide-text ${this.showPerformanceMessage ? 'performance-warning-text' : ''}` }, this.getGuideText(captureState.step))), captureState.step === 'back' && !captureState.showFlipAnimation && !captureState.showSuccessAnimation && (h("div", { key: '2adf96d0a57e482372fd9586229dac2301b64fd4', class: "back-capture-section" }, h("div", { key: '305a147c9cfee854c60ac946a48a1d21b2792725', class: "back-capture-buttons" }, (!this.useDocumentDetector || this.performanceDegradedMode || this.showManualCaptureButton) && (h("button", { key: '43270a0647f39307229c540dd5130fb58b1ff4fb', class: "capture-button primary-button", onClick: () => this.takeManualScreenshot(), type: "button", disabled: this.processingButton !== null }, this.processingButton === 'capture-back' && (h("span", { key: 'eb4666603774564eef95a120ac13faeb9e10c8b4', class: "button-spinner" })), "Capturar Reverso")), h("button", { key: 'cac667d9548ae2314ad5a677c5ed90f25184f728', class: "skip-button", onClick: () => this.skipBackCapture(), type: "button", disabled: this.processingButton !== null }, this.processingButton === 'skip-back' && (h("span", { key: '0af7aa4106ce189ae2d79bec78ede01abe25b1e7', class: "button-spinner" })), this.enableBackDocumentTimer && this.backDocumentTimerRemaining > 0
2203
2203
  ? `Saltar reverso (${this.backDocumentTimerRemaining}s)`
2204
- : 'Saltar reverso')))), captureState.isVideoActive && (h("div", { key: 'efee09377c1bb87eed513d050251dbef61e1c4a9', class: "camera-controls" }, h("button", { key: 'e5afa259097eea44394aa2a9afd1c935d56f38bc', class: `camera-selector-button ${this.isSwitchingCamera ? 'loading' : ''}`, onClick: () => this.toggleCameraSelector(), type: "button", title: "Seleccionar c\u00E1mara", disabled: this.isSwitchingCamera }, this.isSwitchingCamera ? (h("div", { class: "button-spinner" })) : ('Cámaras')))), this.showCameraSelector && cameraInfo.availableCameras.length > 0 && (h("div", { key: '8b4171d532293f0acdf2e14c3187d34982d0e579', class: "camera-selector-dropdown" }, h("div", { key: 'f680f55ed66dcb692e06a1bbc68c24a6401f9114', class: "camera-selector-header" }, h("span", { key: '3c9bdd2346bc6c684921ab7d188206fcd1461591' }, "Seleccionar C\u00E1mara"), h("button", { key: '3a6d8bba24b4a3cfb9b5eaec0edded27ed848db9', class: "close-selector", onClick: () => this.toggleCameraSelector(), type: "button" }, "\u00D7")), h("div", { key: 'f0ce8d113f1a0b8bd7ace314c7348783d640cdaf', class: "camera-list" }, cameraInfo.availableCameras.map((camera) => (h("button", { key: camera.id, class: `camera-option ${cameraInfo.selectedCameraId === camera.id ? 'selected' : ''}`, onClick: () => this.handleCameraSwitch(camera.id), type: "button" }, h("span", { class: "camera-label" }, camera.label || `Cámara ${cameraInfo.availableCameras.indexOf(camera) + 1}`, camera.hasAutofocus && (h("span", { class: "autofocus-icon", title: "Autofoco disponible" }, "\u29BF"))), cameraInfo.selectedCameraId === camera.id && (h("span", { class: "selected-indicator" }, "\u2713")))))), h("div", { key: '7cb5d7678db2f8ded805eb8409a3a06e146e1619', class: "device-info" }, h("small", { key: 'd052bff12fc795f3f7f99b5fec865e71a7cbf4a6' }, "Dispositivo: ", cameraInfo.deviceType)))), this.showManualCaptureButton && captureState.step === 'front' && !captureState.showFlipAnimation && !captureState.showSuccessAnimation && (h("div", { key: '4046351cc814899afe3fc2811b2df976caffc24c', class: "manual-capture-section" }, h("button", { key: '1f751f48ed3f4e3eac9ea4daadead9221e989587', class: "manual-capture-button", onClick: () => this.takeManualScreenshot(), type: "button", disabled: this.processingButton !== null }, this.processingButton === 'capture-front' && (h("span", { key: 'a711e65aec3c2aa31cbec6590c4b1ed25382866a', class: "button-spinner" })), "Capturar Frente"))))), captureState.isCapturing && (h("div", { key: 'ca9403b5da20302f620d472e163bd72b98152479', class: "capture-animation" })), captureState.showFlipAnimation && (h("div", { key: 'bea2901ee78f421bbdd9db50c066337f7183d253', class: "flip-animation" }, h("div", { key: '014528a51053be0785b7acfbe4680c2f88d34661', class: "id-card-icon" }), h("div", { key: '2bfa42caaf2877c3cb5c3575ccd5f68f7de83fb8', class: "flip-text" }, "\u00A1Voltea tu identificaci\u00F3n!"))), captureState.showSuccessAnimation && (h("div", { key: '46f3d03a1735cbcc8d9dccf0171bd34f5f97d833', class: "success-animation" }, h("div", { key: 'aa5b8ea678cb53f46e2932be329f1a9f9ef101fe', class: "check-icon" }), h("div", { key: 'b8d5144f38626a3255cdf83d64259ff6a8ff1a34', class: "success-text" }, "\u00A1Proceso completado!"))), h("div", { key: '4fa422f0e1626aaeb4b1791864791397486315ad', class: `component-status status-${this.currentStatus.type}` }, (this.currentStatus.type === 'loading' || this.currentStatus.type === 'initializing') && (h("div", { key: 'de8ca87021c46bd219350a4803c9e05bfd0cad02', class: "status-spinner" })), h("div", { key: 'ce605941ef761c1fddcebccb243074ac6fcdce3c', class: "status-content" }, h("div", { key: '40e4dead90803706bd77943a3479a7c37c2ac040', class: "status-message" }, this.currentStatus.message), this.currentStatus.description && (h("div", { key: 'a415f580da88607d43d5d769ff1c81f651dfa7a9', class: "status-description" }, this.currentStatus.description)))), this.debug && (h("div", { key: 'a02b2b2ffa191a30ba04b6a32986c611734e799f', class: "performance-monitor" }, h("div", { key: 'daaa61331de34e2783f572ec313f68c9e8ae87b5', class: "performance-expanded" }, h("div", { key: '313b3ce149e2996e62d6f02b30796934d729610f', class: "metrics-row" }, h("div", { key: '013d7da8015dc35c42ce989302814012fbd83b9f', class: "metric-compact" }, h("span", { key: '768c3dc749d1648b219d19ce90b6567bffae36b2', class: "metric-label" }, "FPS"), h("span", { key: '456f104b92106b6c65fe86e90207fb9f2476fe4b', class: `metric-value ${this.performanceData.fps < 15 ? 'warning' : this.performanceData.fps < 10 ? 'danger' : 'good'}` }, this.performanceData.fps)), h("div", { key: '524bf2af1ec65352f0926d611545fa02536742c8', class: "metric-compact" }, h("span", { key: '690a3ce7d73c6fc811dde0b548bb4b25df744bc6', class: "metric-label" }, "MEM"), h("span", { key: '136d811cad1fad796b67db7c033139f2221ecad8', class: `metric-value ${this.performanceData.memoryUsage > 100 ? 'warning' : this.performanceData.memoryUsage > 200 ? 'danger' : 'good'}` }, this.performanceData.memoryUsage, "MB"))), h("div", { key: 'a7692f8918be1cb053d614063e65fb8cadcbd62e', class: "metrics-row" }, h("div", { key: 'bd672615956fa21b3b176fcbcf0bc48199d43c3d', class: "metric-compact" }, h("span", { key: 'db6b392181aa35094c13d10a67d6659c723f77a5', class: "metric-label" }, "INF"), h("span", { key: 'a55330da7833a87ac9356a80d39ed5fb5da300c8', class: `metric-value ${this.performanceData.inferenceTime > 100 ? 'warning' : this.performanceData.inferenceTime > 200 ? 'danger' : 'good'}` }, this.performanceData.inferenceTime, "ms")), h("div", { key: '021949fca8dea0e9d2ae39ffd43f8c62c94044a5', class: "metric-compact" }, h("span", { key: 'bf90d3770b0e0e1fca54ff6311570d6eb7f38da8', class: "metric-label" }, "FRAME"), h("span", { key: '0b4c4f52b67331f1fdfe79ef549f598c0a3b17eb', class: `metric-value ${this.performanceData.frameProcessingTime > 50 ? 'warning' : this.performanceData.frameProcessingTime > 100 ? 'danger' : 'good'}` }, this.performanceData.frameProcessingTime, "ms"))), h("div", { key: 'a61891a64aa11e21b4506cf41e760e587e12f969', class: "metrics-row" }, h("div", { key: 'd82e0baa94af0dcae922cd9e81fd1d2500d69de5', class: "metric-compact" }, h("span", { key: '5e96b379f3686f65e28daeda523b4fd9b7b72b9a', class: "metric-label" }, "DET"), h("span", { key: 'c1f49738ffc2260b36401bf4370d7f1af56e7201', class: "metric-value good" }, this.performanceData.successfulDetections, "/", this.performanceData.totalDetections)), h("div", { key: '501f83d980c3cde49f8e3365f7b06be3388c7e57', class: "metric-compact" }, h("span", { key: 'cfa5b9ca9d64e80e60e2e0a70c52991cdc94ef25', class: "metric-label" }, "RATE"), h("span", { key: '09693bb8f176508cdaebc3ccef5ab2a9dc7c86b2', class: `metric-value ${this.performanceData.detectionRate < 30 ? 'danger' : this.performanceData.detectionRate < 60 ? 'warning' : 'good'}` }, this.performanceData.detectionRate, "%")))))), h("div", { key: '0927b351bef13d6b54aa982a626d27baddf8d7fa', class: "watermark" }, h("img", { key: '867da021e9f148b09c4968b078315137b2ef6ccf', src: "https://storage.googleapis.com/jaak-static/commons/powered-by-jaak.png", alt: "Powered by Jaak" })))));
2204
+ : 'Saltar reverso')))), captureState.isVideoActive && (h("div", { key: 'de6e5c4fad4d4d996b894457c9af52bc71e533fb', class: "camera-controls" }, h("button", { key: 'cfddcf2420d5f5923a6b02ca446bbe1b8e9fc5e4', class: `camera-selector-button ${this.isSwitchingCamera ? 'loading' : ''}`, onClick: () => this.toggleCameraSelector(), type: "button", title: "Seleccionar c\u00E1mara", disabled: this.isSwitchingCamera }, this.isSwitchingCamera ? (h("div", { class: "button-spinner" })) : ('Cámaras')))), this.showCameraSelector && cameraInfo.availableCameras.length > 0 && (h("div", { key: '5fb73f958b9a5a6f9242032c4530b0bdab84f6c5', class: "camera-selector-dropdown" }, h("div", { key: '8ee2d26b1001e571e7b6c326e927926fa08287fd', class: "camera-selector-header" }, h("span", { key: '78350b0fb1bd933f7c8c59d8dab0b7122ffbe363' }, "Seleccionar C\u00E1mara"), h("button", { key: 'bb750e0ddd5a1ee5ff96bd57805a7f90b8821e9f', class: "close-selector", onClick: () => this.toggleCameraSelector(), type: "button" }, "\u00D7")), h("div", { key: 'd0f6343cf1b7367f3da33ec8cf64891109d923b8', class: "camera-list" }, cameraInfo.availableCameras.map((camera) => (h("button", { key: camera.id, class: `camera-option ${cameraInfo.selectedCameraId === camera.id ? 'selected' : ''}`, onClick: () => this.handleCameraSwitch(camera.id), type: "button" }, h("span", { class: "camera-label" }, camera.label || `Cámara ${cameraInfo.availableCameras.indexOf(camera) + 1}`, camera.hasAutofocus && (h("span", { class: "autofocus-icon", title: "Autofoco disponible" }, "\u29BF"))), cameraInfo.selectedCameraId === camera.id && (h("span", { class: "selected-indicator" }, "\u2713")))))), h("div", { key: 'c9642fbfb0acea766d3f0542f4cc9f17f4af4d7b', class: "device-info" }, h("small", { key: 'b6e9507ff7addf011f339f6c22a88a96b40db68a' }, "Dispositivo: ", cameraInfo.deviceType)))), this.showManualCaptureButton && captureState.step === 'front' && !captureState.showFlipAnimation && !captureState.showSuccessAnimation && (h("div", { key: '04ae9262409284782850b90945eb7038673e2097', class: "manual-capture-section" }, h("button", { key: '27c315e503ccba468b89ebd58d6b70f40ddd06ba', class: "manual-capture-button", onClick: () => this.takeManualScreenshot(), type: "button", disabled: this.processingButton !== null }, this.processingButton === 'capture-front' && (h("span", { key: '8f2dcd2df9a218b37eb0b8204a8724362cfeaa53', class: "button-spinner" })), "Capturar Frente"))))), captureState.isCapturing && (h("div", { key: '6fd6fe1d0213b01c8119a67fb8108f73227feee1', class: "capture-animation" })), captureState.showFlipAnimation && (h("div", { key: 'fba3816b48b99ca64510ecbefc0d41431569c9ae', class: "flip-animation" }, h("div", { key: 'beea1c8245b5d81f1008efc6d1b079a61c821e7f', class: "id-card-icon" }), h("div", { key: 'f0fbc34f619a653e2c0ade764ca99e7aa582d157', class: "flip-text" }, "\u00A1Voltea tu identificaci\u00F3n!"))), captureState.showSuccessAnimation && (h("div", { key: 'e4a0e6d31112e3a50024d1d0430b4ad997049fe7', class: "success-animation" }, h("div", { key: '5dd3f781f55630bc904c81207548ae35bc79b452', class: "check-icon" }), h("div", { key: 'a10ebc557582325091efb0abd12d62b27a43b98c', class: "success-text" }, "\u00A1Proceso completado!"))), h("div", { key: '975865955dee1803b5215ecf049701c98b324855', class: `component-status status-${this.currentStatus.type}` }, (this.currentStatus.type === 'loading' || this.currentStatus.type === 'initializing') && (h("div", { key: '84f6f67202e26ce80f7fc5d5f321e23b5bc55c57', class: "status-spinner" })), h("div", { key: 'a1ae56ed156e8feb279a1bf160f749c5d0b5ce45', class: "status-content" }, h("div", { key: 'd62932554cea257ce19763df26e0ba702e50eeca', class: "status-message" }, this.currentStatus.message), this.currentStatus.description && (h("div", { key: 'c5506fa12dd0d37d26dc26c9f2381c843330451f', class: "status-description" }, this.currentStatus.description)))), this.debug && (h("div", { key: '2097eda63185f336f7319014fae2ef6db1e41761', class: "performance-monitor" }, h("div", { key: 'd611c494c6b1a5930ef64aebdcba41e5d94c9ee6', class: "performance-expanded" }, h("div", { key: '800d46831e7b9bec260d9c5e67ea1a3eb9c2933e', class: "metrics-row" }, h("div", { key: 'dd0db1faa9050d98e71da4b5cd26a4a484c37c64', class: "metric-compact" }, h("span", { key: 'f0e6ea61a35ddb2ae5c2a6aff8c255a02c5c1219', class: "metric-label" }, "FPS"), h("span", { key: 'cbf4df4d142f6f01e45f566a8ede8fbbf29ad673', class: `metric-value ${this.performanceData.fps < 15 ? 'warning' : this.performanceData.fps < 10 ? 'danger' : 'good'}` }, this.performanceData.fps)), h("div", { key: '83861ad31fa46c8199a5583e4b3f8eefd44bacd6', class: "metric-compact" }, h("span", { key: '41b8de4cda47959dfc9df393e95fdadde534dd21', class: "metric-label" }, "MEM"), h("span", { key: 'b268f13cc78066e240ed158f1443113a94827aff', class: `metric-value ${this.performanceData.memoryUsage > 100 ? 'warning' : this.performanceData.memoryUsage > 200 ? 'danger' : 'good'}` }, this.performanceData.memoryUsage, "MB"))), h("div", { key: '9f9a9d0690906b186492af23b900c5fa0f5cff89', class: "metrics-row" }, h("div", { key: '84fa6e453dc36e4a74e8b573447b17230766229e', class: "metric-compact" }, h("span", { key: 'f17d52899090c89f532d74c552dd8c5338fc2d83', class: "metric-label" }, "INF"), h("span", { key: '2beca0d7ce55ed574f6b01efc086c5846983e024', class: `metric-value ${this.performanceData.inferenceTime > 100 ? 'warning' : this.performanceData.inferenceTime > 200 ? 'danger' : 'good'}` }, this.performanceData.inferenceTime, "ms")), h("div", { key: '981e300cf076e81bfe946974f6cffd63619eacde', class: "metric-compact" }, h("span", { key: '3dfb0c996a69eb87b0f711322675cad69c471146', class: "metric-label" }, "FRAME"), h("span", { key: '3ae2ac6e90cda77f23e559f3197c3b761f9bdc40', class: `metric-value ${this.performanceData.frameProcessingTime > 50 ? 'warning' : this.performanceData.frameProcessingTime > 100 ? 'danger' : 'good'}` }, this.performanceData.frameProcessingTime, "ms"))), h("div", { key: '2c51216838d87728d9d7764e5ba8a50fa02eb493', class: "metrics-row" }, h("div", { key: 'eda810ffb80ec38ab84583f59b26706f90a50fc9', class: "metric-compact" }, h("span", { key: '978ba9c0c67d6da6b29b3535af33a314bab9276a', class: "metric-label" }, "DET"), h("span", { key: '3e5e169fd4a3906283d8f918b5bbc7c5df6ccd0f', class: "metric-value good" }, this.performanceData.successfulDetections, "/", this.performanceData.totalDetections)), h("div", { key: 'b4b915c745e35c09470a4dc5edfc112d32cfb8b6', class: "metric-compact" }, h("span", { key: '3e2a7b88a4446813c955efb0dfa9e2958e8e1448', class: "metric-label" }, "RATE"), h("span", { key: 'f4f073f7ee622167a241c6a1c535ef580c13d9ab', class: `metric-value ${this.performanceData.detectionRate < 30 ? 'danger' : this.performanceData.detectionRate < 60 ? 'warning' : 'good'}` }, this.performanceData.detectionRate, "%")))))), h("div", { key: '76c556e92f6d7980539f1a30efe8751f665164fb', class: "watermark" }, h("img", { key: 'af23e115d6b4e92a72e55d6d98fde0e4b1d09e9b', src: "https://storage.googleapis.com/jaak-static/commons/powered-by-jaak.png", alt: "Powered by Jaak" })))));
2205
2205
  }
2206
2206
  // Utility methods
2207
2207
  updateDetectionBoxes(boxes) {