ngx-scandoc 1.0.6 → 1.0.8
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/fesm2020/ngx-scandoc.mjs
CHANGED
|
@@ -2783,7 +2783,11 @@ class ScanComponent extends BaseComponent {
|
|
|
2783
2783
|
'data:image/jpeg;base64,' + data.ImageData?.FaceImage;
|
|
2784
2784
|
}
|
|
2785
2785
|
console.log('MODEL', this.model);
|
|
2786
|
-
this.actions.emit({
|
|
2786
|
+
this.actions.emit({
|
|
2787
|
+
type: 'scanFinish',
|
|
2788
|
+
model: this.model,
|
|
2789
|
+
results,
|
|
2790
|
+
});
|
|
2787
2791
|
this.cd.detectChanges();
|
|
2788
2792
|
});
|
|
2789
2793
|
}
|