scandoc-ai-components 0.0.52 → 0.0.53
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.js +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11404,8 +11404,9 @@ class ExtractorVideo {
|
|
|
11404
11404
|
<img
|
|
11405
11405
|
id="ScanDocAIVideoElement"
|
|
11406
11406
|
class="desktopVideo"
|
|
11407
|
-
src="/
|
|
11407
|
+
src="https://via.placeholder.com/3024x4032"
|
|
11408
11408
|
/>
|
|
11409
|
+
|
|
11409
11410
|
<div class="backgroundOverlay"></div>
|
|
11410
11411
|
<div class="desktopRectangle dashedRectangle"></div>
|
|
11411
11412
|
</div>
|